1
0
Gildas 6 жил өмнө
parent
commit
adc83519a4

+ 1 - 1
extension/lib/gdrive/gdrive.js

@@ -74,7 +74,7 @@ this.GDrive = this.GDrive || (() => {
 			}
 			}
 		}
 		}
 		async refreshAuthToken() {
 		async refreshAuthToken() {
-			if (this.clientId && this.refreshToken) {
+			if (this.refreshToken) {
 				const httpResponse = await fetch(TOKEN_URL, {
 				const httpResponse = await fetch(TOKEN_URL, {
 					method: "POST",
 					method: "POST",
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },