Get help with the Dropbox API from fellow developers and experts.
I'm trying to understand how to catch and parse errors from the swifty dropbox SDK, specifically route errors. Apologies if this is a simple question, I'm new to Swift! In the examples that I've seen (for example here), a route error is unboxed and then cast to a specific error type like this: case .routeError(let boxed,…
Recently, I can't obtain "access token" through this url (https://api.dropbox.com/oauth2/token) so that I've been unable to activate the cloud. The device's curl always shows : * Resolving timed out after 5009 milliseconds. But my network status is normal.Please tell me how to analyze. Thank u very much.
I'm looking for a full example of batch upload (using simple uploads, not chunked) using Android. I have found bits and pieces of info scattered around: * SDK docs for uploadSeesionStartBatch, but these seem to refer to the HTTP docs and don't provide and Android example:…
Hi, I'm using the upload api to send some images to my Dropbox account. What I'm noticing is that the images' creation dates are being set to the upload date. So if I took a picture yesterday on my iPhone, and today sending it on my app, through the Dropbox API, the creation date is "now". That's rather unfortunate. The…
Hi, The Dropbox API seems to have a bug when we try to upload File in Dropbox that have specific characters in the filename, while we can do it manually without any issue. Example of characters: é or ' So pls suggest your Dev team to review the Dropbox API, I believe it does not work when there is special character in the…
Hi everyone, I hope I can get some ideas here as I can't figure this out. Background We upload all our projects to Dropbox. Since we use software for project creation, they generally have similar folder structures (though they can vary slightly depending on the version). The software creates SQLite databases along with…
The Dropbox API Explorer is handy tool for developers to verify certain things. However I was trying to pull the value of the following features: * has_distinct_member_homes * has_team_shared_dropbox But I don't see "has_distinct_member_homes" features listed in the dropdown box: Can we have "has_distinct_member_homes"…
I'm developing a desktop application as an alternative to Windows Explorer / macOS Finder and want to integrate the following Dropbox features: 1. Reading thumbnails for images and other supported file formats 2. Retrieving sync status for locally visible Dropbox files/folders (selective sync) 3. Supporting common Dropbox…
Stone is great, but for more flexibility, we need a broader standard for the API. Like the subject, is there any Open API (a.k.a. Swagger) spec for Dropbox API? If not, is there any plans for Stone backend for Swagger?
We use recursive https://api.dropboxapi.com/2/files/list_folder and https://api.dropboxapi.com/2/files/list_folder/continue api endpoint to pull events from dropbox cloud from root folder. However, the cursor keeps getting longer, start from about 6800 characters, and when it increases to 7400 characters, it keeps getting…
It looks like you're new here. Sign in or register to get started.