cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

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

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?

Greg-DB
Dropbox Staff

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.
New member | Level 1
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Joachim J. New member | Level 1
  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Patrick R.14 New member | Level 1
What do Dropbox user levels mean?