Spaces:
Runtime error
Runtime error
Update src/addons/addons/save-to-google/userscript.js
Browse files
src/addons/addons/save-to-google/userscript.js
CHANGED
@@ -2,7 +2,7 @@ import SB3Downloader from "/src/containers/sb3-downloader.jsx";
|
|
2 |
import { getProjectFilename } from '/src/containers/sb3-downloader.jsx';
|
3 |
export default async ({ addon, console, msg }) => {
|
4 |
const CLIENT_ID = "1033286471224-n9mv8l869fqikubj2e8q92n8ige3qr6r.apps.googleusercontent.com";
|
5 |
-
const REDIRECT_URI = "https://soiz1-penguin-upload.hf.space/
|
6 |
const SCOPES = "https://www.googleapis.com/auth/drive.file";
|
7 |
const PROXY_URL = "https://soiz1-drive-proxy.hf.space/?file_id=";
|
8 |
const SHORT_URL = "https://s4.rf.gd/";
|
|
|
2 |
import { getProjectFilename } from '/src/containers/sb3-downloader.jsx';
|
3 |
export default async ({ addon, console, msg }) => {
|
4 |
const CLIENT_ID = "1033286471224-n9mv8l869fqikubj2e8q92n8ige3qr6r.apps.googleusercontent.com";
|
5 |
+
const REDIRECT_URI = "https://soiz1-penguin-upload.hf.space/close2";
|
6 |
const SCOPES = "https://www.googleapis.com/auth/drive.file";
|
7 |
const PROXY_URL = "https://soiz1-drive-proxy.hf.space/?file_id=";
|
8 |
const SHORT_URL = "https://s4.rf.gd/";
|