Get help with the Dropbox API from fellow developers and experts.
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 job to save files to Dropbox at regular intervals. When I have a refresh token, this works fine: dbx = dropbox.Dropbox(app_key='xxx', app_secret='yyy', oauth2_refresh_token='zzz') But of course, the token only lasts for four hours. Every example I've found (here…
When I use the file_upload api to upload a file by first opening it with: with open(temp_file_path, 'rb') as local_file: file_data_local = local_file.read() The file uploads to the correct place in dropbox. However, when I get my file from a post request and try to read it and pass it into file upload the contents of the…
Hi everybody! I'm using the iOS SDK installed with cocoapods to authorise a user in order to upload files to DB. This works, as long as the DB-App isn't installed on my device (the authorisation is then made via Safari). As soon as I install the DB-App and try to allow my app to use DB (in the DB-App), I'm getting an error…
It looks like you're new here. Sign in or register to get started.