Get help with the Dropbox API from fellow developers and experts.
I just stumbled across batchUploadFiles in CustomRoutes.swift - it seems to be undocumented, but is an extremely useful high-level function which simplifies an awful lot of complex code required to do a batch upload (I wish I found this 3 days ago!). As it's undocumented I was wondering if there's a reason for that (eg is…
Hello! I need help because I'm a little confused with the refresh token for integrations via API I am using this guide: https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token, and I follow these steps but I always get the malformed token response 1 - Get the code from…
Hi folks, We’re having some trouble with our Dropbox API integration and getting new errors from the Dropbox API. Some backstory: we’ve been using the Dropbox API to manage shared folders across our company, both creating/deleting shared folders as well as adding/removing users to those shared folders. We use the API via…
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"…
It looks like you're new here. Sign in or register to get started.