
API Documentations
Auth API
- auth_token(appid)
Get the Authentication token which will be used in later API call.
Storage API
- list_file(uid, path)
Get the list of file objects under the specified path of the User. - get_tree(uid, path)
Get the tree hierarchy of the folder path of the User. - get_file(file_id)
Get the file object specified. - trash(file_id)
Delete the specified file object, the file will be put in the trash folder. - put_file
Upload a file via POST method. You need to provide required parameters - get_disk_usage(uid)
Get the disk usage data of the Userâs account - get_comment(file_id)
Get the comment list associated with the file. - post_comment
Submit a new comment associated with the file. - search_file(keyword)
Retrieve a list of file objects matches the input keyword
User API
- get_user_profile(uid)
Get the public profile of the user.
News Feed API
- get_feed(uid)
Get the feed stream of the user - post_status
Post a status to the userâs wall
Collaborators API
- get_collaborators_list(uid)
List the collaborators of the user, only information of the public profile can be obtained. - search_collaborators(keyword)
Retrieve a list of collaborators matches the input keyword