Get help with the Dropbox API from fellow developers and experts.
Hi, We're using dropbox create_folder_v2 api to upload folders, and there are 1.4 million folders to upload. However, recently, it keeps getting 429 too_many_write_operations error without giving the Retry-After value, and we don't know how to control the upload rate. According to the performance guide, it should responds…
unable to list any folder via access token1. 'files.metadata.read' is checked in permission tab2. access_token re-generated after step1.3. if i refresh the page, Permission\'files.metadata.read' is unchecked????? dbx=Dropbox(access_token)dbx.files_list_folder('') Error in call to API function "files/list_folder": Your app…
Im trying to open a popup window with an embedded Dropbox folder when a user hits a button. When I hit the button, it opens a blank popup. When I turn on the Developer > Javascript console (in safari) I see an error when the Dropbox.embed command runs. The error is: "Error: appkey must be provided" I am using the <script>…
I’ve successfully sync my Dragon Dictate documents to Dropbox for months. Suddenly I’m getting the message “an unexpected error happened during the API call to Dropbox”. What’s wrong? How can I fix this??
I'm creating a third party webapp to allow for us to quickly search and sort through categorized and tagged files that could be in any folder on dropbox. The process would be that the user inputs either a link to the file or the file's dropbox path, assigns the tags in the webapp, and then the webapp accesses the dropbox…
Hi, I'm using the javascript API and calling filesGetTemporaryLink() every so often (maybe 1% of the time) it gives a 500 response code. I'm repeatedly testing on the same set of files and it doesn't fail the same place every time. I could be just me but this seemed to be working more reliably a couple of weeks ago. in…
I have this code working in my development environment, but it will not work using our production environment. I 've created a branding as specified in the documentation. The scoped apps are identical. Am I missing something? The shared linked retrieved is correct. Here's the exception I am getting:…
Hello, I am trying to write a python script to automatically store an excel file in dropbox. My excel file is created from turning dataframes into excel sheets. This file has 5 sheets with a different dataframe on each sheet. The file size is less than 150 MB. The file shows up in my specified folder, but shows an Error…
Can I make a feature request? I would be great if the delete events coming back from `/list_folder(/continue)` include the id of the thing deleted. Seems a bit odd that they dont alredy. Current: { ".tag": "deleted", "name": "General_Engingeering_Test_Project.pdf", "path_lower":…
I have a Python app that is intended to run as a scheduled ****** to save files to Dropbox at regular intervals. When I have a refresh token, this works fine: dbx = dropbox.Dropbox(app_key='******', app_secret='yyy', oauth2_refresh_token='zzz') But of course, the token only lasts for four hours. Every example I've found…
It looks like you're new here. Sign in or register to get started.