Get help with the Dropbox API from fellow developers and experts.
Hi, We are currently utilizing the Dropbox API to lock files within our team folder structure. For example, to lock the file located at: /Soft launch/_2024-06-17_Dropbox-Tests/2024-06-17_Dropbox-Test Leerzeichen.indd (full path: /Users/noel/Library/CloudStorage/Dropbox-Linkgroup/Soft…
While these two languages are sometimes compared and even thought of as competitors, they're actually complimentary languages and are typically used in conjunction to build fast and interactive web applications. In more precise terms, PHP typically handles the back-end while JavaScript handles the front-end
Hi all, I have a backend hosted in pythonanywhere that has this code snippet. It basically uploads the file and creates a sharing link from that uploaded file. dbx = dropbox.Dropbox(dropboxToken)filename = "/dates/"+request.data['name']dbx.files_upload(request.data['picture'].read(), filename, mute=True)getLink =…
I have timeouts which may be related to uploading files using upload sessions. For instance after uploading a 200MB file I get a read operation timeout when trying to list shared links to that file. I have had the same issue with a 11MB file, also uploaded with sessions. After that timeout, I attempt to upload again and…
I want to integrate dropbox dash search api in my word addin. Is it possible because there is no any documentations over the internet.
We have suddenly seen an influx of the above error occuring for our customers including our own integrations tests (with no changes in code) I've been looking at the following post, we use PKCE https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-access-token/m-p/372484/highlight/true#M20974 * the user can…
Hello, we have set up a webhook in our developer app and the webhook works fine and as expected, however it seems that once in a few days the app is disabled for unknown reason, we don`t see any exceptions in the logs or in the dropbox app console, we have also added a try catch phrase inside our webhook code so it always…
I am experiencing Rate limit errors when using CopyV2Async I am uploading a folder with sub folders but there are only 24 files in 11 folders Is there a way to avoid these exceptions as I am forced to use a retry loop after catching the exception. It nearly always succeeds after the first exception. The code is one line:…
Currently we don't get the client modified and server modified time for Dropbox folders like we do for Dropbox files when fetching them via API. It'd be great if we can include the above fields for Dropbox folders when we fetch them via API.
Came across this post while searching: https://www.dropboxforum.com/t5/API-support/iOS7-iOS8-Managed-App-Settings-using-MDM-software-Keys-for-auto/m-p/102231/highlight/true#M3058 Just wondering if it's possible yet to supply keys so we can send them out via MDM so that we can install dropbox app on iPads and supply…
It looks like you're new here. Sign in or register to get started.