mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -52,6 +52,7 @@ class GdriveSync(plugins.Plugin):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
gauth = GoogleAuth(settings_file="/root/settings.yaml")
|
gauth = GoogleAuth(settings_file="/root/settings.yaml")
|
||||||
|
gauth = gauth.LoadCredentialsFile("/root/credentials.json")
|
||||||
gauth.Authorize()
|
gauth.Authorize()
|
||||||
|
|
||||||
# Create GoogleDrive instance
|
# Create GoogleDrive instance
|
||||||
|
Reference in New Issue
Block a user