You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to execute gsync, the library loops continuously asking to type the received code from the provided Google link, and this is caused because the credentials are not stored into $HOME/.gsync/credentials once the verification is passed.
It can be triggered by executing the following code that tries to sync a folder $HOME/temp into the Google Drive folder /temp:
When trying to execute
gsync
, the library loops continuously asking to type the received code from the provided Google link, and this is caused because the credentials are not stored into$HOME/.gsync/credentials
once the verification is passed.It can be triggered by executing the following code that tries to sync a folder
$HOME/temp
into the Google Drive folder/temp
:The text was updated successfully, but these errors were encountered: