Get help with the Dropbox API from fellow developers and experts.
Hi there. We're a major national wedding photography studio. We currently use File Requests for photographers to upload their RAW images. This process is slow for some users, and doesn't provide a great UI. I stumbled across this developer area. I'm wondering if it's possible to build a custom UI for File Requests that…
I have a cron script that fetches PDF URLs and saves them to our Dropbox. Sometimes, I encounter a download_failed error for some files. When using the save_url endpoint, I receive an asyn_******_id, which I then use to check the ****** status via the check_******_status endpoint. The response I get looks like this: {…
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
It looks like you're new here. Sign in or register to get started.