google-drive-upload
google-drive-upload copied to clipboard
2: Missing String
After I press enter when I complete the process in the browser
It gives me this:
/home/ubuntu/.google-drive-upload/bin/gupload: line 19: 2: Missing string
I am getting the same error, did you get a solution?
OK, I have found a solution. I used the below video to generate an access token and then a refresh token. Shove that refresh token into gupload and you should be good to go https://www.youtube.com/watch?v=1gsy7s5vlQM
OK, I have found a solution. I used the below video to generate an access token and then a refresh token. Shove that refresh token into gupload and you should be good to go https://www.youtube.com/watch?v=1gsy7s5vlQM
Thanks for the solution, although I solved it with another way, it was also by generating a refresh token but through the "Get an access token and refresh token and select API scopes" in this website
Still that didn't fix the issue though, we found a workaround only, but the issue still exists
Hi there,
Here's the solution: https://medium.com/@amanpal2072004/how-to-generate-refresh-token-and-use-them-to-access-google-api-f7565413c548
Cheers.