drive perms
This commit is contained in:
parent
0df4535e17
commit
5db5fcb5e6
|
@ -27,6 +27,7 @@ function onSignIn(googleUser) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
/*
|
||||||
window
|
window
|
||||||
.fetch(
|
.fetch(
|
||||||
"https://www.googleapis.com/drive/v3/files?q=mimeType%3D'application%2Fvnd.google-apps.spreadsheet'",
|
"https://www.googleapis.com/drive/v3/files?q=mimeType%3D'application%2Fvnd.google-apps.spreadsheet'",
|
||||||
|
@ -48,6 +49,7 @@ function onSignIn(googleUser) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function signOut() {
|
function signOut() {
|
||||||
|
|
Loading…
Reference in New Issue