50 docs tagged with "dropbox library"
View all tagsdropboxAddFolderMember
Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.
dropboxCheckJobStatus
Returns the status of an asynchronous job.
dropboxCheckShareJobStatus
Returns the status of an asynchronous job for sharing a folder.
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.
dropboxCreateFolder
Create a folder at a given path.
dropboxCreateSharedLinkWithSettings
Create a shared link with custom settings
dropboxDelete
Delete the file or folder at a given path.
dropboxDownload
Download a file from a user's Dropbox.
dropboxGetAccount
Get information about a user's account.
dropboxGetAccountBatch
Get information about multiple user accounts. At most 300 accounts may be queried per request.
dropboxGetCurrentAccount
Get information about the current user's account.
dropboxGetFolderMetadata
Returns shared folder metadata by its folder ID.
dropboxGetMetadata
Returns the metadata for a file or folder.
dropboxGetPreview
Get a preview for a file.
dropboxGetSharedLinkFile
Download the shared link's file from a user's Dropbox.
dropboxGetSharedLinkMetadata
Get the shared link's metadata.
dropboxGetSpaceUsage
Get the space usage information for the current user's account.
dropboxGetThumbnail
Get a thumbnail for an image.
dropboxListFolder
Starts returning the contents of a folder.
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.
dropboxListFolderGetLatestCursor
A way to get a cursor for the folder's state.
dropboxListFolderLongPoll
A longpoll endpoint to wait for changes on an account.
dropboxListFolderMembers
Returns shared folder membership by its folder ID.
dropboxListFolderMembersContinue
Once a cursor has been retrieved from dropboxListFolderMembers, use this to paginate through all shared folder members.
dropboxListFolders
Return the list of all shared folders the current user has access to.
dropboxListFoldersContinue
Once a cursor has been retrieved from dropboxListFolders, use this to paginate through all shared folder members.
dropboxListMountableFolders
Return the list of all shared folders the current user can mount or unmount.
dropboxListMountableFoldersContinue
Once a cursor has been retrieved from dropboxListMountableFolders, use this to paginate through all shared folder members.
dropboxListRevisions
Return revisions of a file.
dropboxListSharedLinks
List shared links of this user.
dropboxModifySharedLinkSettings
Modify the shared link's settings.
dropboxMountFolder
The current user mounts the designated folder.
dropboxMove
Move a file or folder to a different location in the user's Dropbox.
dropboxPermanentlyDelete
Permanently delete the file or folder at a given path.
dropboxRelinquishFolderMembership
The current user relinquishes their membership in the designated shared folder and will no longer have access to the folder.
dropboxRemoveFolderMember
Allows an owner or editor (if the ACL update policy allows) of a shared folder to remove another member.
dropboxRestore
Restore a file to a specific revision.
dropboxRevokeSharedLink
Revoke a shared link.
dropboxSearch
Searches for files and folders.
dropboxShareFolder
Share a folder with collaborators.
dropboxTransferFolder
Transfer ownership of a shared folder to a member of the shared folder.
dropboxUnmountFolder
The current user unmounts the designated folder.
dropboxUnshareFolder
Allows a shared folder owner to unshare the folder.
dropboxUpdateFolderMember
Allows an owner or editor of a shared folder to update another member's permissions.
dropboxUpdateFolderPolicy
Update the sharing policies for a shared folder.
dropboxUpload
Create a new file with the contents provided in the request.
dropboxUploadSessionAppend
Append more data to an upload session.
dropboxUploadSessionFinish
Finish an upload session and save the uploaded data to the given file path.
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.