drive perms

This commit is contained in:
AJ ONeal 2020-04-10 19:33:26 +00:00
parent 0df4535e17
commit 5db5fcb5e6
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ function onSignIn(googleUser) {
console.log(data);
});
});
/*
window
.fetch(
"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);
});
});
*/
}
function signOut() {