I just started learning how to use the Dropbox Python API.
My systems:
win 10 PC Python 3.5.1 installed dropbox 5.2.2 with pip
Raspberry pi Jessie Python 3.5.1 (compiled) installed dropbox 5.2.2 with pip
On my PC, I can't seem to get the API V1 to work. There is no dropbox.client. I tested API V2 and it works (upload and download).
On my raspberry pi, I tested both API V1 and V2 and they both work. So I was wondering why API V1 doesn't work on my PC. Dropbox is not doing a good job with API V2 docs and examples and I can find more V1 reference and examples.