Spaces:
Runtime error
Runtime error
Update src/components/menu-bar/google-drive-save.jsx
Browse files
src/components/menu-bar/google-drive-save.jsx
CHANGED
@@ -43,7 +43,7 @@ startGoogleLogin = () => {
|
|
43 |
localStorage.removeItem('googleDriveAccountEmail');
|
44 |
localStorage.removeItem('googleDriveAccountName');
|
45 |
|
46 |
-
const CLIENT_ID = "
|
47 |
const REDIRECT_URI = "https://soiz1-s4s-upload.hf.space/close2";
|
48 |
const SCOPES = "https://www.googleapis.com/auth/drive.file";
|
49 |
|
|
|
43 |
localStorage.removeItem('googleDriveAccountEmail');
|
44 |
localStorage.removeItem('googleDriveAccountName');
|
45 |
|
46 |
+
const CLIENT_ID = "169451419993-v1b3s315s8dkui950j2nm15hetr5i0qk.apps.googleusercontent.com";
|
47 |
const REDIRECT_URI = "https://soiz1-s4s-upload.hf.space/close2";
|
48 |
const SCOPES = "https://www.googleapis.com/auth/drive.file";
|
49 |
|