Get help with the Dropbox API from fellow developers and experts.
I'm new to Dropbox API. I'm trying to use files/search_v2 API and got a 400 error with a bearer token created by My Apps in my developer console. I'm trying to access files in my Team's folders. I've tried the following: 1. When I use the access token generated by Dropbox API Explorer, that works. 2. When I use the same…
In my iOS app, I am using UIDocumentPickerViewController to pick a file from a Dropbox file provider. I am using startAccessingSecurityScopedResource on the url I receive and register an NSFilePresenter for this url to get change notifications. When I read the contents of the file, I am using file coordination. Reading the…
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…
It looks like you're new here. Sign in or register to get started.