From 1f91777f3cafea5f2b76668bb1ffeacb94ac3180 Mon Sep 17 00:00:00 2001 From: rhythmcao Date: Wed, 20 Mar 2024 22:24:35 +0800 Subject: [PATCH] remove googledrive credentials; update google account keys --- .gitignore | 3 +++ evaluation_examples/settings/google/settings.json | 4 ++-- evaluation_examples/settings/googledrive/credentials.json | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 evaluation_examples/settings/googledrive/credentials.json diff --git a/.gitignore b/.gitignore index df58997..f8343ce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ *.pth *.pt +# Credential files +evaluation_examples/settings/googledrive/credentials.json + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/evaluation_examples/settings/google/settings.json b/evaluation_examples/settings/google/settings.json index ae70605..cc20c51 100644 --- a/evaluation_examples/settings/google/settings.json +++ b/evaluation_examples/settings/google/settings.json @@ -1,4 +1,4 @@ { "email": "xlang2024anonym@gmail.com", - "password": "q]wN~0iD>H:6" -} \ No newline at end of file + "password": "Evt5LLj!VJ6Y!C$B" +} diff --git a/evaluation_examples/settings/googledrive/credentials.json b/evaluation_examples/settings/googledrive/credentials.json deleted file mode 100644 index 81d22c2..0000000 --- a/evaluation_examples/settings/googledrive/credentials.json +++ /dev/null @@ -1 +0,0 @@ -{"access_token": "ya29.a0Ad52N382_JIl2nZBNpJCgoU3HXk2Kz7CArVYn_PGI8pXFucAozry1Vmp5QolzGrnl4UChZswJDOgcdPm5Ew-NbdHPX95wxknoG1oJKqjWYtjl3mw433hiGtriuKWKnXcz1NUf8ewqqq458tJLLDhbbZFW7eZRQrdJzmrGAaCgYKAZ4SARISFQHGX2Mik2MQ5qx0goIypVyzbcUmYw0173", "client_id": "786888752612-rgng5v9hcq4as7pn0b40gt9r5lekmht9.apps.googleusercontent.com", "client_secret": "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", "refresh_token": "1//0eVpYfdSAjvbCCgYIARAAGA4SNwF-L9IrAgL6KVceiEVTjtQdmPki2I3m8ejP3lzTLL2Wa3-rdrYfU7eYeKDVCS5KRxa_xCE_pPY", "token_expiry": "2024-03-13T10:09:01Z", "token_uri": "https://oauth2.googleapis.com/token", "user_agent": null, "revoke_uri": "https://oauth2.googleapis.com/revoke", "id_token": null, "id_token_jwt": null, "token_response": {"access_token": "ya29.a0Ad52N382_JIl2nZBNpJCgoU3HXk2Kz7CArVYn_PGI8pXFucAozry1Vmp5QolzGrnl4UChZswJDOgcdPm5Ew-NbdHPX95wxknoG1oJKqjWYtjl3mw433hiGtriuKWKnXcz1NUf8ewqqq458tJLLDhbbZFW7eZRQrdJzmrGAaCgYKAZ4SARISFQHGX2Mik2MQ5qx0goIypVyzbcUmYw0173", "expires_in": 3599, "scope": "https://www.googleapis.com/auth/drive", "token_type": "Bearer"}, "scopes": ["https://www.googleapis.com/auth/drive"], "token_info_uri": "https://oauth2.googleapis.com/tokeninfo", "invalid": false, "_class": "OAuth2Credentials", "_module": "oauth2client.client"} \ No newline at end of file