Get help with the Dropbox API from fellow developers and experts.
Hi, I'm working at an anonymous company and a project that consumes the malicious URLs shared by an international authority. The authority shared the protected zip files via Shared Folders and my company is retrieving the files via the Dropbox APIs. Early last Friday, the authority asked the disk space upgrade. Since then,…
I'm looking to develop an application utilizing OAuth 2.0 authentication protocol, which I know Dropbox supports. However, the application will be running on a device without a web browser, so the OAuth 2.0 Device Authorization Grant protocol must be followed. I am wanting to know whether Dropbox supports this work flow,…
When interacting with the API, I get a path/not_found error. This happens when I upload a file to dropbox using the path /2/files/upload. After that, I create a link to the file using the path /2/sharing/create_shared_link and specify the path_display received after uploading the file. The error occurs very rarely, but it…
I saw this post but didn't see a resolution to the question though. Is there a guarantee the ID for a file/folder is unique across accounts & namespaces?
Hello Previously I have Long Lived Access Token. So no need to generate sort lived access token again and again. Help me out to get long lived access token without Authorization Code or give me another way to get it.
I am using Webflow and Wized to upload a file to Dropbox however when I upload the file the response says size 0 and in dropbox it says 0 bytes and I can't open it. const contentToCapture = document.querySelector('.pdf-content'); html2canvas(contentToCapture, { scale: 0.75 }).then((canvas) => { const base64image =…
Hello! I'm downloading files from an App Folder. I am downloading each one by one, totaling over 3000 files. I left the program to run and after 201 requests I got the error pasted below. I don't have a VPN or anything that would change my wifi connection as far as I know. Here is the code I am using: print("Initializing…
Hello, I think get_shared_link_metadata API has a bug with the new "/scl" links. When I send it a link to a shared folder and path to a file inside it: // https://api.dropboxapi.com/2/sharing/get_shared_link_metadata{path: "/001 (2).zip", url: "https://www.dropbox.com/scl/fo/ppu9pgy84/h?rlkey=90bu"} The response is: {…
Seems so stupid to have to upload a whole file when using the API even if 1 byte has changed. Are you able to offer a way of updating a certain block so we as developers can do the binary diff our end and upload the parts that have changed.
When i try to use the embedder in an iframe, it shows that dropbox.com refused to connect. I made sure that i have added localhost in chooser/saver/embedder domain section in the app console, similar posts seem to have this as a solution but it does not work for me, any idea why and how to fix it?
It looks like you're new here. Sign in or register to get started.