Get help with the Dropbox API from fellow developers and experts.
I have several instances, where File ID is not unique in my Dropbox account. Below is two sets of metadata including “id”, “name”, “path_display”, “size”, “rev”, “content_hash”, “server_modified” from two different files. Filenames, paths and file sizes are different, but the first field with file id is the same. The…
i have question, how many limit API access for free account?
Hi everybody, I need to access a file metadata using endpoint "files/get_metadata". I need to get video resolution and duration. My code works fine is the file is in my home folder, but it doesn't work if the file is in a shared folder. I can get the files list in the shared folder with endpoint "files/list_folder" and…
Dear Dropbox Developer Team, I have been using the Dropbox API with your Python SDK for approximately four years without any issues. However, since November 25th or December 1st, I started encountering AuthError exceptions related to invalid access tokens. My implementation has remained unchanged during this time. I store…
I have an Automated Folder that converts the uploaded file to PDF and saves it. I am using Dropbox API for it. Is there a way for me to programmatically check whether/when the PDF file generated by the automation is available? How should one go about it?
I'm trying to upload a file using libcurl. The code reports an OK upload, but the file does not appear. This is the equivalent curl command and it works: curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer [my token] " \ --header "Dropbox-API-Arg:…
I am trying to upload a file using libcurl (Windows MSVC 2022). The curl_easy_perform() function call returns CURLE_OK (0). A verbose trace shows the file bytes uploading and returns "We are completely uploaded and fine". However, Dropbox subsequently returns a 404 error, and the file is not present on Dropbox. Any…
As title, why does sharing/get_file_metadata/batch not support Dropbox-API-Select-Admin? but sharing/get_file_metadata does?
Regarding "/list_folder", as far as I read the API specification (https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder), there are no options for sorting. I would like to know the default sort order returned by "/list_folder". Also, I understand that this API does not support sorting, I…
I've suddenly encountered a bizarre problem with OAuth login with my Android mobile app, wondering if this is just me or if it's a problem with Dropbox. The problem only occurs on Android (no issue with the iOS version of my app), and only if the Dropbox app is not installed (i.e. the login flow launches a web browser, not…
It looks like you're new here. Sign in or register to get started.