Possible parameters are:
token
: The non-expiring authentication token to use
You can follow these instructions.
You can either define the google_client_id
and google_client_secret
access params or specify the GOOGLE_CLIENT_ID
and GOOGLE_CLIENT_SECRET
environment variables.
You should have a config file looking like this one:
{
"accesses": [
{
"user": "dropbox",
"pass": "dropbox",
"fs": "dropbox",
"params": {
"google_client_id": "*****.apps.googleusercontent.com",
"google_client_secret": "*****"
}
}
]
}