Get help with the Dropbox API from fellow developers and experts.
I have a shared link to a folder with one 20GB zip file inside of it. I am trying to download that file using the .NET SDK. I tried the following Using dbx = New DropboxClient(accessToken) Dim link = New SharedLink(url) Dim folderRes = dbx.Files.ListFolderAsync("", sharedLink:=link).GetAwaiter().GetResult() Dim fl =…
Im currently using versions pre-7.0.0 in my .net apps, and none of my apps call DropboxCertHelper.InitializeCertPinning(), so I dont need to update right? Why isn't this required for .net like it is for java? Is there any way to test if my apps will still function after the new root cert takes effect, regardless of…
Application Affected My own app Device Windows 11 VM Operating System/Browser (if using the web) Windows 11 Dropbox App Version (if using the app) Latest Question or Issue We have an app that uses the Dropbox API quite significantly. The user must signin to our app using the Dropbox API and our own login code. It's…
Hello @Greg-DB We are using the GetCurrentAccountAsync API to determine whether a team member uses Team Space, and to obtain their RootNamespaceId and HomeNamespaceId values. Below is the relevant code snippet: string appkey = ConfigurationManager.AppSettings["DropboxAppKeyBiz"]; string appsecret =…
Hi, I’m building an automated workflow in n8n and ran into a big limitation with Dropbox authentication. Dropbox only provides short-lived access tokens and does not offer a permanent token or a refresh token that renews automatically. For n8n automation, I need a way to authenticate continuously without manually…
I need to create a single app that will allow any Dropbox account to sync their folders with my app, business OR individual accounts should be able to work. I found this old thread where it says you DO NOT need to do that, and it is marked as the answer, but in my testing that is what I conclude as well. Has anyone gotten…
I am not getting the refresh token even after following the instructions on https://developers.dropbox.com/oauth-guide Note: you’ll need to include token_access_type=offline as a parameter on your Authorization URL in order to return a refresh_token inside your access token payload. It always return the access token only
I am attempting to make a API call from n8n that gets a files temporary link. My input data is directly from dropbox which is my correct file path. However the HTTP request keeps saying " /path/not_found " but when I use an already integrated action for drop the path file is correct and I can download, upload ETC. I need…
Hi — in the Dropbox web UI I can see registered apps ( permissions / scopes they have). I can’t find an API endpoint to fetch that same list. Is there a documented API (or other programmatic method) to retrieve all registered apps and the scopes/permissions they hold? I’ve checked the standard Dropbox API docs but didn’t…
Description of Issue: I’ve created a new Dropbox Scoped App (Team API) with the following details: App key: z5m1afbrxsdbzf8 Redirect URI (registered in App Console): https://357b68995e62.ngrok-free.app/syncorg/dropbox/oauth Permissions selected: team_info.read, members.read, members.write, groups.read, groups.write When I…
It looks like you're new here. Sign in or register to get started.