Back to Dropbox Programming Languages Index

C Dropbox REST API Examples

More Dropbox Examples at example-code.com.

Dropbox Delete a File
Deletes a file on Dropbox

Dropbox Create Folder
Create a folder. Creates the folder /Halloween/emojis

Dropbox Move a File to another Folder
Move 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 moved.

Dropbox Copy a File or Folder
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.

Dropbox List Contents of Folder
Starts returning the contents of a folder. If the result's ListFolderResult.has_more field is true, call list_folder/continue with the returned ListFolderResult.cursor to retrieve more entries.