Skip to main content

50 docs tagged with "dropbox library"

View all tags
Docs

dropboxAddFolderMember

Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.

dropboxCopy

Copy a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be copied.

dropboxGetAccountBatch

Get information about multiple user accounts. At most 300 accounts may be queried per request.

dropboxListFolderContinue

Once a cursor has been retrieved from list_folder, use this to paginate through all files and retrieve updates to the folder, following the same rules as documented for list folder.

dropboxListFoldersContinue

Once a cursor has been retrieved from dropboxListFolders, use this to paginate through all shared folder members.

dropboxMove

Move a file or folder to a different location in the user's Dropbox.

dropboxRemoveFolderMember

Allows an owner or editor (if the ACL update policy allows) of a shared folder to remove another member.

dropboxUpload

Create a new file with the contents provided in the request.

dropboxUploadSessionStart

Upload sessions allow you to upload a single file in one or more requests, for example where the size of the file is greater than 150 MB.