Get help with the Dropbox API from fellow developers and experts.
Hi, I’m creating a Python API using FastAPI and Dropbox SDK. I’m trying to get a streamable video link similar to what Dropbox uses in their player (https://previews.dropbox.com/p/hls_master_playlist/...), but Dropbox's files_get_temporary_link method refuses to stream video directly in the web browser (it triggers a…
I have a directory called App and inside it there is another directory crowpro (App/crowpro). But when I try to test dbx.filesListFolder({path: ''}) .then(function(response) { console.log(response); }) .catch(function(error) { console.log(error); }); I get error: { error_summary: 'path/not_found/...', error: { '.tag':…
Hi, I am trying to use the Dropbox embedder in a Angular application in component. I used the https://www.dropbox.com/developers/embedder documentation as starting point but when using the anchor tag approach the element is not rendered though I see that the dropbox script is loaded. Is there something else I should be…
Hello! So, I can send my DOCX file to specific directory, where I set converting to PDF manually. And response will return dropbox_id. Then I immediately downloaded this file via that dropbox_id - and will have pdf version of that file?
Hello, I have an issue with calling /2/files/list_folder/longpoll. For whatever reason, this endpoint activates from and detects changes that are not on the observed folder, but outside it. Something that according documentation shouldn't happen, but it happens. This disturbs application workflow and significantly decrease…
Hi, I’m using the Dropbox API to list all files in a shared folder and generate downloadable links for them. This was working fine yesterday, but today I’m getting a 409 error (not_allowed) only on the get_temporary_link API call. However, I can still list the files and retrieve their metadata. Here are the details: * I…
When I do DropBox authentication in our Android app, it will jump to the DropBox App page. When I click Allow, the App reports an error: DropBox API auth error - {".tag" = "expired_access_token"}. The DropBox dependency we use is dropbox-core-sdk-3.1.1.jar. What is the reason for this? How should I deal with it?
I created App and setup webhook but it's not triggered. I uploaded and updated files in dropBox but webHook doesn't trigger. I don't know what the issue. {lease help to resolve this issue
Hi Team, Could you please provide guidance on the following: * Which APIs should we use when downloading specific user files from dropbox * When is it appropriate to use the root namespace ID for accessing user files? * If a user’s files are stored within nested folders, what is the recommended approach for downloading…
I created a Dropbox app that allows users to upload files into my app. All was well until I realized, that users with Dropbox for Business can't import files, because I needed different scopes for them, and a different flow in my backend code (endpoints, headers etc). Currently, to the best of my knowledge after…
It looks like you're new here. Sign in or register to get started.