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.
It's difficult to reliably view preflight (OPTIONS) calls in Chrome or Firefox, so I installed Fiddler to see what's going on.
Hi everyone! We're excited to share that the Dropbox Sign and Fax API documentation has moved to a new developer documentation platform designed to make it easier to find answers, understand API behavior, leverage AI, and build with confidence. This new experience introduces several improvements for developers working with…
The IPv4 loopback address block is nearly seventeen million addresses automatically bound from 127.0.0.0 to 127.255.255.255, but the settings page in the App Console allows only the single address 127.0.0.1. It reports valid loopback addresses in that range as "non-local". This makes it impossible for apps to listen on…
We intend to use the API for Sign but am not sure where we should create the templates.
Hi all I'm building an app on the Dropbox API and need a definitive answer on how daily sharing bandwidth is attributed in one specific shared-folder scenario. I've laid the setup out below with labelled accounts to remove any ambiguity. Setup Account O ("owner"): an end user's Dropbox account that owns a folder of files.…
The dbxcli app that you provide (and that we rely on) appears to have had it's access to the API revoked. All operations fail with a "This app is currently disabled". Thanks Dropbox, great move. This is going to take me hours to workaround until you can fix it.
I want to `get` files that have spaces in the filename. $ dbxcli ls /humility/_dataRawUnprocessed /humility/_dataRawUnprocessed/RWQ raw /humility/_dataRawUnprocessed/XYZ raw csv /humility/_dataRawUnprocessed/ABC raw pdf /humility/_dataRawUnprocessed/QWR raw csv /humility/_dataRawUnprocessed/readme.txt But it doesn't work.…
Here is the directory structure humility@TNT ~/client/project: dbxcli ls /Photos /Public /Apps /humility /Getting Started.pdf There is no TODO.txt in there… humility@TNT ~/client/project: dbxcli ls /humility /humility/_results /humility/_dataRawUnprocessed /humility/_dataProcessed /humility/_rScripts /humility/plots…
I have a test app for testing the Dropbox chooser. When I accesshttps://www.dropbox.com/chooser?app_key=gcwnony09i3xxxx&origin=xxxxxxxxx&link_type=preview&trigger=js&iframe=truethe console shows: Framing 'https://www.dropbox.com/' violates the following Content Security Policy directive: "frame-ancestors 'self'". The…
Hey, I'm looking into building a Dropbox MCP integration with my product. Can I register an app / OAuth client, publish that, and use that for all of my customers? Or does every customer need to come into Dropbox to register an app, etc. In the instructions, it looks like you can register an OAuth client but then it talks…