0
I’m using a generic Linux application from Google Drive, which aims to Upload local folders to Google Drive via Shell Script.
However, when trying to run command on the Debian terminal:
./gdrive about
the application returns me the following error:
Failed to get about: googleapi: Error 401: Invalid Credentials, authError
Has anyone here ever used this application and/or would you know what the possible problem is? (Remembering that I already cleared the system cache, reinstalled the application, but does not solve)
Application link on Github: https://github.com/prasmussen/gdrive/
Apparently this question is outside the scope of the site, more responding, how do you expect to upload without authenticating in Drive? In the project description there is the section talking about Service Account.
– NoobSaibot
Thanks. I managed to solve in a simple way. See my answer below! :)
– WebCraft