Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
af11
4 years agoExplorer | Level 4
Webhook Tutorial Error
I downloaded the code (https://github.com/dropbox/mdwebhook) and am trying to make this application work on my IDE. The site is up but when I press on the button to connect to Dropbox, I get this er...
- 4 years ago
Thanks, that's helpful. It looks like you're running this sample project with the latest version of the 'dropbox' package (currently v11.25.0), however this sample project was only written for an older version. Attempting to use it with the latest version will fail like this due to subsequent changes in the 'dropbox' package.
So, to run this sample project, you should install the project requirements as listed in the project here (which specifies 'dropbox==9.4.0'). The instructions for the sample project show how to install the requirements. (You may want to use something like virtualenv though.)
Greg-DB
Dropbox Community Moderator
4 years agoThanks, that's helpful. It looks like you're running this sample project with the latest version of the 'dropbox' package (currently v11.25.0), however this sample project was only written for an older version. Attempting to use it with the latest version will fail like this due to subsequent changes in the 'dropbox' package.
So, to run this sample project, you should install the project requirements as listed in the project here (which specifies 'dropbox==9.4.0'). The instructions for the sample project show how to install the requirements. (You may want to use something like virtualenv though.)
af11
4 years agoExplorer | Level 4
Thank you so much!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!