Get help with the Dropbox API from fellow developers and experts.
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…
I want to integrate dropbox dash search api in my word addin. Is it possible because there is no any documentations over the internet.
We have suddenly seen an influx of the above error occuring for our customers including our own integrations tests (with no changes in code) I've been looking at the following post, we use PKCE https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-access-token/m-p/372484/highlight/true#M20974 * the user can…
Hello, we have set up a webhook in our developer app and the webhook works fine and as expected, however it seems that once in a few days the app is disabled for unknown reason, we don`t see any exceptions in the logs or in the dropbox app console, we have also added a try catch phrase inside our webhook code so it always…
I am experiencing Rate limit errors when using CopyV2Async I am uploading a folder with sub folders but there are only 24 files in 11 folders Is there a way to avoid these exceptions as I am forced to use a retry loop after catching the exception. It nearly always succeeds after the first exception. The code is one line:…
It looks like you're new here. Sign in or register to get started.