From 57b5d7541bdbdfa36019a12918b97263cbd3cb30 Mon Sep 17 00:00:00 2001 From: MOHAN Date: Sun, 19 Apr 2026 01:09:57 +0530 Subject: [PATCH] fixed known bugs_new --- .gitignore | 4 ++-- credentials.json | 1 + token.json | 7 +++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 credentials.json create mode 100644 token.json diff --git a/.gitignore b/.gitignore index 2772d8f..185c171 100644 --- a/.gitignore +++ b/.gitignore @@ -34,5 +34,5 @@ build/ # Misc *.bak -credentials.json -token.json \ No newline at end of file +# credentials.json +# token.json \ No newline at end of file diff --git a/credentials.json b/credentials.json new file mode 100644 index 0000000..38ef231 --- /dev/null +++ b/credentials.json @@ -0,0 +1 @@ +{"installed":{"client_id":"427503824880-o6u48te05dsdbnemch2an86n14tf3ns3.apps.googleusercontent.com","project_id":"whatsapp-drive-upload-486708","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://localhost"]}} \ No newline at end of file diff --git a/token.json b/token.json new file mode 100644 index 0000000..088a83b --- /dev/null +++ b/token.json @@ -0,0 +1,7 @@ +{ + "access_token": "ya29.a0Aa7MYiqNX3j7bSRt76fTm3hnBCYj-Kh5qnm4zA8ip9OCgrc6g6YPDuaJYOl0Pk2h89312aSWO7mKkCBAhugxbFoOj67xDa2UTaa7UFTUOd6OSc71TPH_93ri3CCaA_gN4JfxXjBib9x8cP5cpFbZj20MsrP7ouVzg9QKgu6vyslxeTOKVCdhcemoJzbSL2HIVWkJkl2n3gaCgYKAc4SARQSFQHGX2MiG3Y-P-lJTpR4wSgK_9wPog0209", + "refresh_token": "1//05eljMHsjWWnaCgYIARAAGAUSNwF-L9IrPdlM659hBtM_4q6qtWP1SKDv24cTT7WokFFWPPF51NryimrZ87QmRK5uVlgTgwMS3uA", + "scope": "https://www.googleapis.com/auth/drive.file", + "token_type": "Bearer", + "expiry_date": 1776537890439 +} \ No newline at end of file