The Dropbox Developer Community is your space to get help with our APIs and developer tools, provide feedback, and make connections with other developers.
Explore Dropbox Developer & API discussions with developers like you.
Get help with the Dropbox API from fellow developers and experts.
This is a space for developers to get information and support for the Dropbox Sign API. Find answers to your questions, troubleshoot issues, and connect with others building with the Dropbox Sign API.
I have developed a javascript program (html file) which accesses my dropbox app files. It works fine with a short term access code when I am logged into my dropbox account. I need to generate on demand short term access codes when other users access the html file. Below is a function that I am using to try to generate on…
I am attempting to download an image file using the Dropbox API, but I am encountering an InvalidCaseException. Could you please suggest a solution? I have included the sample code and the stack trace below. code : fileResponse = await dbx.AsAdmin(userId).WithPathRoot(new PathRoot.NamespaceId(user.Id))…
We are pondering if we should bring Dropbox sync to the Overleaf Community Edition. For the use-case with under 50 dropbox users per server, we don't see any problem. But what is with the bigger server with > 50 dropbox users? Does every server admin need to submit the Production Status request for their own server? And if…
This code works great with small ones when saving small files. But it does not save large ones of about 5mb in size. Why does dropbox saver not save files larger than 5 MB when creating a link via reader.readAsDataURL(blob) $(".LinguoKey_1w_DropboxExportProgressButton").click(async function () { const localStorageData =…
Hello Forum Members, I have a project where I receive public URLs of files, and I need to save these files to a specific folder structure in Dropbox. The folder structure in Dropbox should be organized as follows: Parent > Year (dynamic) > Month (dynamic) > Number tokens (dynamic). I'm wondering if it's possible to achieve…
Welcome to the Dropbox Sign API Community! Whether you're building your first integration or fine-tuning an existing workflow, you’ve come to the right place, the Community Forum! To aid in your search for answers, we’ve put together a guide that brings together some of the most commonly referenced Dropbox Sign API…
About a week ago, POST content.dropboxapi.com/2/files/download started returning 401 when I pass the access token via the authorization URL query parameter (the CORS workaround from the docs). The same token works if I pass it in the Authorization header instead. The URL-parameter method still works on files/upload and…
Hi there! I'm Angie, and I'm part of the Dropbox Customer Success team. I'll be spending more time here in the Dropbox Sign API community, and I wanted to take a moment to introduce myself. 🙋♀️ Whether you're integrating our Dropbox Sign API into your application, troubleshooting an issue, exploring new functionality, or…
I'm implementing a server-to-server batch integration using the Dropbox API v2 with OAuth 2.0. I'm using token_access_type=offline to obtain a refresh token, and calling grant_type=refresh_token before each batch run to get a fresh access token. I have two questions that I couldn't find clearly documented: 1. Refresh token…
Hi Dropbox Support, I'm on a 3 TB plan and I'm backing up a large music‑production library (~1.2 TB, ~130,000 files) to my Dropbox using rclone. After several backup runs today, my account's metadata/listing API appears heavily rate‑limited: a request to list even my 8 top‑level folders returns nothing after 20+ seconds…