ZohoUpload

This api call is used to upload a file to Zoho, a service used to view and edit (open)office documents.

Authentication Methods


  1. With a username and password
  2. Using Ker
Input Parameter Type Description
Token* String Security token
FileserverName* String Fileserver Name
Path* String Path
Output Parameter Type Description
Url String Url where the user must go to view/edit the file uploaded to Zoho
CURL EXAMPLE
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=ZohoUpload&Path=/mydirectory&FileserverName=nmsa000001'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
    <Url>http://www.zoho.com/id=xxxxx</Url>
</Response>