Open cherbin opened 6 years ago
How did you put the code?
The token need to be in a file ~/.dropbox_uploader/dropbox_uploader.conf
with one line that is written like this OAUTH_ACCESS_TOKEN=your_token
@JeGoi Is this documented somewhere? All I can find is this in the readme:
The first time you run dropbox_uploader, you'll be guided through a wizard in order to configure access to your Dropbox. This configuration will be stored in ~/.dropbox_uploader
Hello,
I have provided the https://www.dropbox.com/oauth2/authorize/?client_id={ID}&response_type=code and the tester has accepted and given the code to use with the ~/.dropbox_uploader
I put the code in the ~/.dropbox_uploader
and when I try to run the script I get the following ++ local 'TYPE={"error_summary": "invalid_access_token/..", "error": invalid_access_token'
What I am doing wrong ?
Thanks