Get help with the Dropbox API from fellow developers and experts.
Hi, Using the web console I can create a file request for a folder inside our team root folder. However when using the API for file requests (using team scoped token and specifying the header "Dropbox-API-Select-User") the file request gets created but the destination folder is using a subfolder of the user's own folder…
Hello, My python code has been working well for months. Within the past 48 hours, the files_download command in the snippet below (with tokens obfuscated) has started to take about 45 seconds while previously it was instantaneous. It is the last line that is the culprit. import dropboxDROPBOX_APP_KEY =…
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?
It looks like you're new here. Sign in or register to get started.