-
Applying for Production Credentials with Private App
I'm a developer at SaaS company using the Dropbox API to automate file uploads for our service. I'm in the middle of the 'Apply for Production Credentials' questionnaire and am stuck on the "Please supply instructions for us to test your app and its integration with Dropbox. (optional for mobile apps)" question.…
-
Code to download file from dropobx to android app
Hello, I want code for downloading file from dropbox to android app. I have searched for many codes. But they didn't work. Please help for downloading file. Thank you.!!
-
I want to upload multiple files to dropbox using PHP API, but it isn't working.
I am trying to create a library of projects. For each projects multiple files will be there. So while posting a project, i need to slelect multiple files and upload them on the server. Users can view the project and can download the files as required by them. But multiple file upload option is not working.
-
JS SDK: 500 internal server error
I am using Datastore JS SDK to store my app data in Dropbox Datastore. The dropbox server returns 500 internal server error as API response. This issue happens many times in a day. I am using the latest datastore JS SDK. Thanks.
-
Unique identifier for file or folder
The most of the APIs returns path as an attribute for files or folders. eg. "/log/get_events" API. Now as a dropbox for Business Admin would have no control on identify the file if two users have same path attributes owned by different members. So the question arises that is there a unique identifier for file or folder…
-
How to use disable_access_token
Hi Dropbox, in your API you describe a Method called "disable_access_token". How does this method work? What are the parameters? When i call it, it says {"error": "No auth method found."} Can you give me an example? Thanks...
-
Get "Retry-After" header in Android
I'm working on the error-handling for my new Android app right now and can't seem to figure out where to extract the "Retry-After" header if a 429 error is returned. The javadocs seem to have nothing on this. I'm using the Dropbox Android SDK 1.6.3. I am using e.error in my catch(DropboxServerException e) block to get the…
-
Manual Synchronising across more than one device
Hi, I must be missing something, I am writing an app in Xamarin C#, the basic requirement is that the app will have access to two folders on Dropbox under the App folder, the first folder is for the specific device, the second folder is a shared folder so that the same app on different devices can share the data. The first…
-
Regarding some parameter for the API
-
CORS does not seem to work for uploading files from the browser.
I'm attempting to upload files from the browser to a Dropbox folder on the user's account. The way I have it set up right now, OAuth2 is triggered using a link, which then redirects to the server when done and the server saves the token with the user's data in the database. That token is then sent back to the user whenever…
-
Generate a Temporary Token
العمل القاتل المتقدم الإبلاغ عن خلل مجاني
-
Does Chooser support multiple file selection on Android?
Hi, My app needs to be able to select multiple files in the Chooser. Is this possible? I see that it is in the Javascript API ...
-
Writing a file via API and make it always accessible publicly (like the old Public folder)
Hi, This is my scenario: I need to write a file in users' Dropbox using the Core API and make it accessible (sharable) publicly and for a longer period (than 4 hours). I need somehow a similar behavior to the old Public folder, when the public link was available forever. I have noticed that if users share something via the…
-
Access-Control-Allow-Origin Issue using Core API via DfB Team API
I'm trying to use a Dropbox API, specifically one that allows a team administrator to take action for the team member, but I keep getting an access-control-error. Here's my code: $(document.body).on('click', '.viewfolders', function() { var teamMember = $(this).closest('tr').attr('id'); //JSONinputs = {"list": "true"};…
-
Where does the JavaScript go?
I am very new at this. Where do I put the JavaScript at to make the chooser appear on my webpage? This link says to use the JavaScript. https://www.dropbox.com/developers/dropins/chooser/js#triggering
-
Core API - Java - getAccountInfo()
Hi, Why Java SDK getAccountInfo() return less info then equivalents PHP method ? JAVA - DbxClient client = new DbxClient(config, accessToken); PHP - $dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0"); Thanks!
-
recovery of interrupted resumable uploads?
I have an app that uses the dropbox api to upload audio data that is recorded as it is recorded using the resumable upload api from the browser. Some of my users are experiencing browser crashes during the recording. Dropbox already has the data up to that point but because the resumable upload hasn't been sent the finish…