Get help with the Dropbox API from fellow developers and experts.
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…
Question or Issue We've built a web app which downloads a large number of videos to our own Dropbox account and then sends them a link to access. However, as you might expect, our account is getting very large, and so we're now exploring how easy it would be for a user of our platform to trigger a bulk download to their…
Hey Dropbox team, I have tried to find how to approach this but can't seem to get a clear answer. Our situation: Shared dropbox directory with 5 members. These members should have access to the outputs from some automation tools. (Github actions produces .exe which gets uploaded to dropbox for all members to enyoy). Now i…
I get a list of the user's files and then filter it to show only the music files. But I also want to see subfolders. How should I set up my filter for this? Could you help me. My function where I get the list of files looks like this: I also want to be able to enter a subfolder, as I understand it, for this I need to…
Hi, I have some Android apps live on Google Play that are using the Dropbox SDK and I received the following email from Dropbox : Hi, We're writing to you because according to our logs, you own one or more active Dropbox API apps using a version of an official Dropbox SDK with an outdated certificate trust store: *****…
I want to simply use dropbox as the file storage system for my own app. Can I create a token that gives access to my account without needing to refresh it through the Oauth protocol regularly? Ideally I would just save the token in an .env file and use it constantly. Is this possible?
I'm trying to get a basic Dropbox API call going in PHP. I'm using the kunalvarma05/dropbox-php-sdk SDK. I have a standard Dropbox account. I registered an APP (Status: Development / Permission type: Scoped App(?)) I setup an APp Key and App Secret. I generated an Access Token. I added permissions to the App, I just want…
It looks like you're new here. Sign in or register to get started.