thejagstudio commited on
Commit
1ac2b49
1 Parent(s): e7dcf4d

Update client_secrets.json

Browse files
Files changed (1) hide show
  1. client_secrets.json +15 -1
client_secrets.json CHANGED
@@ -1 +1,15 @@
1
- {"web":{"client_id":"895306463817-h14aujg3ohgptue5safg2d81530qs4c3.apps.googleusercontent.com","project_id":"cloudstore-424406","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:8080/","http://127.0.0.1:8000/"]}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "web": {
3
+ "client_id": "895306463817-h14aujg3ohgptue5safg2d81530qs4c3.apps.googleusercontent.com",
4
+ "project_id": "cloudstore-424406",
5
+ "auth_uri": "https://accounts.google.com/o/oauth2/auth",
6
+ "token_uri": "https://oauth2.googleapis.com/token",
7
+ "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
8
+ "client_secret": "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",
9
+ "redirect_uris": [
10
+ "http://localhost:8080/",
11
+ "http://127.0.0.1:8000/",
12
+ "https://thejagstudio-cloudstorage.hf.space/"
13
+ ]
14
+ }
15
+ }