Get help with the Dropbox API from fellow developers and experts.
I created the whole issue with code examples here: https://stackoverflow.com/questions/77577897/dropbox-api-python-how-to-get-access-to-team-and-user-files I have a dropox business user which is member of the team. I would like to see the filesystem with the API like when I just login to dropbox.com: Member and team files…
Hello! I perform copy operation like this: FROM_PATH = /sure/copyfile TO_PATH = /sure/automat sure is main folder inside sure there are two file copyfile and automat. In copyfile has a pic that I want to copy in automat, automat is empty but it trough this error. Exception in 2/files/copy_v2:…
I got an error from Dropbox API: "sharing.share_folder": "too_many_mounts/total_mounts_exceeded/..". What does it mean? I can't find it in the documentation
Hi, I have a PHP code that generates a CSV file, and then I automatically upload this CSV file to my Dropbox. The first time I run my code, it works and sends the file to Dropbox. If I rerun the CSV export immediately, it won't send the file to Dropbox. If I modify my data and rerun the CSV export, it sends the file to…
Hi all, I'm creating an "anonymous" upload functionality (where the user-facing page does not have access to my dropbox tokens) and use the /get_temporary_upload_link method for this. This generally works great, except that when the uploaded file exceeds exactly 314572800 bytes (300MB) the server throws an 409 Conflict…
I have written a webapp to make the whole procedure to retreive a REFRESH_TOKEN so I can ask for a TOKEN when I want interacxt with DropBox. When I invoke this my page, it send a GET to https://api.dropbox.com/oauth2/authorize with this params: ?client_id=<my_app_key>&redirect_uri=<myRedirectUri>&response_type=code After…
Hello, I'm using the Dropbox embedder in Javascript The preview works fine and I can see my files in the iframe but sometimes I get file_preview 400 error message. It doesn't seem to affect anything but I can see it in the developer console. Any idea how we can suppress these errors?
Hi, I have an app that uses https://api.dropboxapi.com/2/files/save_url/save_url endpoint to save urls from my ecommerce store to my dropbox. It was working fine early on locally bu as soon as I have deployed my script and check the logs after execution then this endpoint returns me a async_job_id which I use to check job…
i have created android app and i add the API and the SDK to it to contact with my Dropbox app folder to automatically uploading photo but its tell me that the photo uploaded successfully but when i check the Dropbox app i cannot find any photo this is my app code included the authentication method that i used package…
Hi, I'm seeing weird intermittent behaviour from the search_v2 endpoint. It seems to return the server_modified of the oldest file in the search result for every single file. For example: Here's a query: curl -X POST https://api.dropboxapi.com/2/files/search_v2 \ --header 'Authorization: Bearer TOKEN_REMOVED' \ --header…
It looks like you're new here. Sign in or register to get started.