Get help with the Dropbox API from fellow developers and experts.
I'm developing a desktop application as an alternative to Windows Explorer / macOS Finder and want to integrate the following Dropbox features: 1. Reading thumbnails for images and other supported file formats 2. Retrieving sync status for locally visible Dropbox files/folders (selective sync) 3. Supporting common Dropbox…
Stone is great, but for more flexibility, we need a broader standard for the API. Like the subject, is there any Open API (a.k.a. Swagger) spec for Dropbox API? If not, is there any plans for Stone backend for Swagger?
We use recursive https://api.dropboxapi.com/2/files/list_folder and https://api.dropboxapi.com/2/files/list_folder/continue api endpoint to pull events from dropbox cloud from root folder. However, the cursor keeps getting longer, start from about 6800 characters, and when it increases to 7400 characters, it keeps getting…
AFAIU, when I upload file or edit file, it should appear in security - monitoring log. I uploaded multiple files and it still doesn't appear in monitoring. What do I do wrong? Thank you, Evgeniy
Hello, is it possible to send several fields in the 'category' parameter of team_log get_events V2 API? It doesn't seem according to the doc however this would be very useful. I've tried separating categories with commas or semicolumns with no success. Atm, to retrieve only files and sharing events, I retrieve all…
I try to use https://api.dropboxapi.com/2/team_log/get_events API, to get events While I get events of other event_types I don't get events of event_type file_add. I see file added event on dropbox.com/events. Tried with/without time filter. "event_type": "file_add" Does it work for anyone? My plan is standart
Hi, We are currently utilizing the Dropbox API to lock files within our team folder structure. For example, to lock the file located at: /Soft launch/_2024-06-17_Dropbox-Tests/2024-06-17_Dropbox-Test Leerzeichen.indd (full path: /Users/noel/Library/CloudStorage/Dropbox-Linkgroup/Soft…
While these two languages are sometimes compared and even thought of as competitors, they're actually complimentary languages and are typically used in conjunction to build fast and interactive web applications. In more precise terms, PHP typically handles the back-end while JavaScript handles the front-end
Hi all, I have a backend hosted in pythonanywhere that has this code snippet. It basically uploads the file and creates a sharing link from that uploaded file. dbx = dropbox.Dropbox(dropboxToken)filename = "/dates/"+request.data['name']dbx.files_upload(request.data['picture'].read(), filename, mute=True)getLink =…
I have timeouts which may be related to uploading files using upload sessions. For instance after uploading a 200MB file I get a read operation timeout when trying to list shared links to that file. I have had the same issue with a 11MB file, also uploaded with sessions. After that timeout, I attempt to upload again and…
It looks like you're new here. Sign in or register to get started.