Forum Discussion

Patrick R.14's avatar
Patrick R.14
New member | Level 1
11 years ago

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

About Dropbox API Support & Feedback

Node avatar for 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!