I asked this on stack overflow and no answers so I'm trying again here. I have win 10 PC and Python 3.5.1 with dropbox latest version. API V1 seems to be unsupported. Calls to dropbox.client gives no attribute client was found. I was using the official tutorial code.
When I run the same code on raspberry pi Jessie with Python 3.5.1 and latest dropbox version, the code works fine.
On both systems API V2 calls are fine but there is so little information (tutorial) on V2 so I was thinking about using V1 for now. Did I do something wrong on my win 10 system?