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?