Get help with the Dropbox API from fellow developers and experts.
I have a mobile app built on Bubble.io and i'd like to add the ability for users to upload files from their Dropbox (audio files only). Ideally, with the option to upload files by selecting the folder rather than just the individual files. I'd need it to be compatible within iOS and Android operating systems. I found an…
Hi! I am setting up Dropbox OAuth in an Electron app, and I got the part with generating a redirect URL, opening it in a browser window and letting the user log in working. I can then successfully listen for the redict, but when attempting to get the access token: const dbx = new Dropbox({ clientId: CLIENT_ID, fetch: fetch…
I own a Magento 1.9.4.2 store which has only downloadable products in it. Once a customer buy a digital product, Magento sends an email with the download link generated by Magento itself from the Dropbox one. This is worked since 2013 from 31/01/22. Suddenly, it doesn't work anymore. All the download files, past and…
In one script in my FileMaker database solution, I upload a file to a constructed path, then save the unique id:xxxxxxxxxxxxxxxx number for that record, to tie the record to the file in the DropBox directory. In another script, I wanted to delete the file by id:xxxxxxxxxxxxx and not by path. If I…
Hello. I'm writing writing a python script to download the shared link folder from others. I refer to this topic: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/td-p/168284 I use files_list_folder to list the files in the shared folder, but this…
Hi everybody, I've run into the following issue last week: I have a chooser in an app that I work on that is used to choose a path in dropbox: Both these folders are roots, the first is account root, the second is a teams folder. Whenever I try selecting one of these folders I get a red failed to load request message. The…
Hi everyone, hope you're doing well. I'm having issues with webhooks. I configured a webhook url which points to my nodejs app deployed on render, and initially everything was working fine. But as I haven't figured out how to add the signature check using node, after some requests my webhook got disabled because it threw…
Hi, Is it possible to implement the "show in file explorer" option for folders from our own website similar to how it's done on dropbox.com? Our current workflow has us clicking on a link to take us to the folder on dropbox.com then opening it in file explorer. I'd like to skip the middleman if that's possible. Thanks!
Hey there! We've started integrating Dropbox Chooser into our product. It a nice and easy to integrate from a developer's perspective - thanks! We've gotten quite a few tickets regarding an unresponsive Dropbox Chooser modal. Digging a bit I quickly realized that the modal was not unresponsive - it was just doing some…
I'm using the /list_folder endpoint using the Dropbox-API-Path-Root header to display content from a team with shared dropbox. When I use the limit parameter with a value of 20 this returns 16 entries. However, if I then make an otherwise identical request with a limit parameter of 500 I would receive 40 entries. These…
It looks like you're new here. Sign in or register to get started.