Get help with the Dropbox API from fellow developers and experts.
Hello I have developed an app through App Console and it has been working very well on my Samsung Galaxy Tab A. My app provides the app key and receive the OAuth2Token through startOAuth2Authentication". All good, it asks for approval to access then provides my token. I have just tried to run the app with a different…
On iOS, I allow the user to select a file with UIDocumentPickerViewController. The user can select for example a Dropbox file. I’m able to read the file content, however, after the content is read for the first time, it never again sychronizes to the latest version unless I explicitly open Files app and go to its location.…
Hello, im using the Api list_folder and trying to get files or modification for any user in the team without knowing for which user changes has been made. is it possible? Im using the header dropbox-api-select-admin and i saw in the docs - ----- Specifically, there are two different modes…
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…
It looks like you're new here. Sign in or register to get started.