cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn about updates that we've made to the Search experience on the Android and iOS apps?Well, you can learn from Luke on the Mobile App team right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

Re: Dropbox Core API With Python 3.3.5

Dropbox Core API With Python 3.3.5

Patrick R.14
New member | Level 1

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 3

Re: Dropbox Core API With Python 3.3.5

Patrick R.14
New 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?

Re: Dropbox Core API With Python 3.3.5

Greg-DB
Dropboxer

Unfortunately the Python SDK isn't currently fully supported for Python 3 yet, but I'll be sure to pass this on as feedback.

Re: Dropbox Core API With Python 3.3.5

Joachim J.
New member | Level 1
Need more support?