Get help with the Dropbox API from fellow developers and experts.
I am developing application that sends files, lists folders to Dropbox via API. When getting folders list by API as follows: "https://api.dropboxapi.com/2/files/list_folder" or "https://api.dropboxapi.com/2/files/list_folder/continue" , I get error response as follows: HTTP 409(Conflict) {""error_summary"":…
First let me start off by saying that I am not a coder. I just see patterns and typically figure out how to make things work. I'm using Zapier to do a number of automations. One task that I'm needing automated is the moving of all files from one folder to another. Zapier does not have a clickable function to do this, so I…
I have created Dropbox for pick file for attachment but unable to pick the file in Dropbox pop up from my account
I have developed an app that operates well on a Samsung Tablet ("Tablet1"). I have now loaded the app onto a different Samsung tablet (same model-"Tablet2") but find that when I try to download the file from the "Tablet2" I get the above error. The file and path remain the same in both instances. Is there something I am…
Currently, I am trying to connect a WPF C# app to my Dropbox. I have the folders organized in the way you see in the image. Leaving the string empty opens the "Student" folder, however I want my app to list the contents "code" folder. I have tried using "code", "\\code", "/code" but the app always throws a path not found…
I use this simplified java code to download some binary files: DbxClientV2 client;//some client String filePath;//some file path OutputStream out;//some output stream try (DbxDownloader<FileMetadata> dbxDownloader = client.files().downloadBuilder(filePath).start()) { dbxDownloader.download(out); } This code works fine…
Hello! I have a problem with the dropbox Chooser API. https://www.dropbox.com/developers/chooser https://www.dropbox.com/static/api/2/dropins.js <-- problem javascript <script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="xxxxx"></script> <-- embed code I have…
I am getting following error too frequently while using Dropbox Java SDK Please suggest solution for this com.dropbox.core.RateLimitException: null at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:387) at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:154) at…
First we are calling list folder with limit as 200 limit UInt32(min=1, max=2000)?The maximum number of results to return per request. Note: This is an approximate number and there can be slightly more entries returned in some cases. This field is optional. Then after getting first 200 records , we are calling list folder…
We have following java method in SDK , but even passing false , it list shared folders https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/files/ListFolderBuilder.html#withIncludeMountedFolders-java.lang.Boolean-…
It looks like you're new here. Sign in or register to get started.