We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Patrick R.14
11 years agoNew member | Level 1
Dropbox Core API With Python 3.3.5
IS the Core Api compatible with Python 3.3.5?
When I try to run the sample code in the tutorial I get hung up on
authorize_url = flow.start()
From Dropbox/client.py:
target_path = urllib.quote(target)
Seems like this is not the correct syntax for urllib anymore?
Error:
'module' object has no attribute 'quote'
Should I just update the client.py or is there a python 3 specific version i need?
3 Replies
Replies have been turned off for this discussion
- Patrick R.1411 years agoNew member | Level 1
Note I just traced the various errors in the code and updated a hand full of urllib and string calls and now it is working. Of course I had to modify the distribution so not sure what to do next?
- Greg-DB11 years ago
Dropbox Community Moderator
Unfortunately the Python SDK isn't currently fully supported for Python 3 yet, but I'll be sure to pass this on as feedback.
- Joachim J.11 years agoNew member | Level 1
Please see this thread : https://www.dropboxforum.com/hc/communities/public/questions/203834025-A-Python-3-fork-of-the-Python-SDK
Have a nice day !
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!