Get help with the Dropbox API from fellow developers and experts.
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…
Hi, Useful informations - Using VB.Net with Dropbox.API SDK 6.37 The problem Using the methods ListFolderAsync and ListFolderContinueAsync, I'm unable to fetch shared folders when folders are shared with a team you are part of, but you are able to retrieve folders when they are directly shared with you. Am I doing…
Hello everyone I met an issue with the Dropbox access token when I generated it on the Dropbox console app and used it in setting.py like this. MEDIA_URL = '/media/' MEDIA_ROOT = BASE_DIR / 'Media' # Store media files in Dropbox DROPBOX_ACCESS_TOKEN = '<My_token>' STORAGES = { "default": { "BACKEND":…
It looks like you're new here. Sign in or register to get started.