Get help with the Dropbox API from fellow developers and experts.
Hello! We’re building a web app that integrates with Dropbox, and we’re trying to replicate the Dropbox web UI behavior where a user selects a few files in a folder and downloads them as a zip. From the API docs, we can: * Use filesDownload to download one file * Use filesDownloadZip to download an entire folder But I…
Hi Dropbox Developer Community, I'm working with the filesListFolder API and need to retrieve files in alphabetical order for a large-scale application. I've seen previous discussions indicating that server-side sorting isn't currently supported, but I wanted to check if there have been any updates or if there are any…
I'm using 2/files/list_folder and 2/files/list_folder/continue. However, there are a couple hundred thousand files here which makes it nearly impossible to get a simple folder structure. Having to parse a huge JSON response looking for .tag="folder", especially over multiple cursors, is untenable. Is there a way to add a…
In our application we our using third party login to dropbox using OAuth. When the app is trying to load the login page it is showing error SSL Certificate error or SSH md5 fingerprint not Ok error while communicating with https://marketing.dropbox.com/oauth2/authorize and after that error shows with dropboxcaptcha.com.…
I have no problem getting a token. With that token I can submit /2/team/token/get_authenticated_admin and get the admin info. From there, I can submit /2/users/get_current_account, passing the team_member_id I got from the previous api call. One of the items passed back is: "root_info":…
Hi All, My name is Oren and I work in the Hebrew University of Jerusalem's research computation center (HURCS). We are setting up a university-wide DropBox service that will serve multiple (many) teams. I am developing a plugin for DropBox for our billing system. I followed the documentation to set up an API app and was…
We recently upgraded to a Team account and are experiencing an issue with an automation that previously worked as expected. The automation uploads a file and then immediately generates a shared link using the Dropbox JavaScript SDK’s sharingCreateSharedLink() method. Since the upgrade, the shared links now show this error…
Hello everyone, I’m developing a Dropbox extension and would like to allow other users to test the app. What’s the best way to manage this? Thanks in advance for your guidance! P.S. I’m currently on the Dropbox Basic plan.
Hey, i have some trouble with the permissions. My goal is to see the content of a folder. The error is: { "error": { ".tag": "missing_scope", "required_scope": "files.metadata.read" }, "error_summary": "missing_scope/" } When I activate this scope and click submit, the error persists. Thank you!
I am using langchain_community.document_loaders.DropboxLoader the problem is with my api key. although in the permissions i have allowed files.metadata.read as well as write. but i get this error: AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read'))) anyone knows a thing about it?
It looks like you're new here. Sign in or register to get started.