Get help with the Dropbox API from fellow developers and experts.
Hi, I am using dropbox in n8n and have connected a dropbox team account. But I am getting 409 no_write_permission error. It was working fine a few days earlier but now I am getting this error for no reason. I changed nothing in n8n, nor in my dropbox settings. It was working fine a few days ago. It happened before too, and…
Hi! I have a shared link from account A pointing to a folder that I'm trying to mount in account B using the dropbox node SDK. This is what I'm doing: * Get folder ID for shared link: client.sharingGetSharedLinkMetadata({url: sharedFolderUrl}) This gives me an ID (ns:{identifier}) 2. Mount shared folder:…
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.
It looks like you're new here. Sign in or register to get started.