-
We're making some changes to the Dropbox Community
Hi everyone, Over the past few years, Community members have shared feedback, ideas, and questions that help shape how this community supports you. We’ve been listening closely, and as a result, we’ll soon be moving the Dropbox Community to a new platform designed to deliver a better, more seamless experience. 😍 We’re just…
-
API App on PHPBB dropbox upload extention
HI I created an app on Dropbox api to used the PHPBB Dropbox extention and after i set it up on my phpbb broad it shows dropbox fail to upload and give this in the error log Dropbox returned the error » {"error_summary": "invalid_access_token/.", "error": {".tag": "invalid_access_token"}} any suggestions on how to fix that
-
Does the hosted MCP server at mcp.dropbox.com expose any file write tools (upload, create, delete)?
This information is not required, but it makes it easier for our Community members and support team to help you. Application Affected Claude AI > Dropbox via mcp.dropbox.com Question or Issue Does the hosted MCP server at mcp.dropbox.com expose any file write tools (upload, create, delete)? If not, is that on the roadmap?…
-
embed video (dl.. raw=1) does not work
Hi I have checked various guides and instructions on setting up embeded video on website, with the video mp4 hosted on dropbox. The error I got is "No video with supported format and MIME type found." My code is (e.g. on abcde.net/test.html) <html> <body> <h1>one</h1> <video width="100%" height="auto" controls> <source…
-
Scopes from Token
How to get scopes from token is there any 3rd party api for this
-
User Search
how to find team members from name in 3rd party api
-
Copy files from individual folder to team folder
Hi, Im trying to copy files from individual folder to a team folder by using https://api.dropboxapi.com/2/files/copy_v2 However, im receiving error from_lookup/not_found/. I tried to include Dropbox-Api-Select-Admin but i didnt work. I also try to copy files within team folder but it doesnt work. Can anyone help me with…
-
Do I need to request production status?
Hey guys, I've built a workflow in N8N that stores files and creates shareable links. If I'm going to share the links with 300-500 people per month, do I need to request production status? Note that most of the people who will receive the link don't have a Dropbox account(If not all of them)
-
Webhooks and vpn
Hello, Our app is behind company VPN, and we're looking for ways to have the webhook mechanism working. We tried whitelisting some IPs based on this link but after doing that only the verification request seems to work... Additional file changes / modifications are not sent as notifications, although there are no errors in…
-
Classic ASP read folder for https file links.
Hi, I am trying to use classic ASP to read the contents of a folder and create a list of hyperlinks to each file in the folder. I have created a script using an api token and it seems to execute but never produces a list. Has anyone got a bullet proof script which will do this?