Get help with the Dropbox API from fellow developers and experts.
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?
async Task Download(DropboxClient dbx, string folder, string file) { using (var response = await dbx.Files.DownloadAsync(folder + "/" + file)) { Console.WriteLine(await response.GetContentAsStringAsync()); } } Comes up with file successfully downloaded, but no file can be found locally. Please help.
Hi Team, We have a batch execution which searches for a particular file in a given shared folder path in dropbox for each record in the input batch. We are then downloading this file and attaching it to an email to end users. We have also implemented retries with sleep time incase if the dropbox ratelimits have exceeded.…
It looks like you're new here. Sign in or register to get started.