fkalis / bash-onedrive-upload

Upload files to onedrive via linux command line
MIT License
308 stars 72 forks source link

Error while authorizing/granting permissions with personal account #44

Closed mecp closed 7 years ago

mecp commented 7 years ago

This is the error message I got while granting permissions to the app by going to url mentioned in terminal message after running the onedrive-authorize script.

Something went wrong, here is the API response:
{
   "error":"invalid_request",
   "error_description":"Public clients can't send a client secret."
}

FIX: Removing the client_secret=${api_client_secret} from url fixes it.

fkalis commented 7 years ago

Please take a look a #41 and follow the instructions.