drive perms

This commit is contained in:
AJ ONeal 2020-04-10 19:33:26 +00:00
父節點 0df4535e17
當前提交 5db5fcb5e6
共有 1 個文件被更改,包括 2 次插入0 次删除

查看文件

@ -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() {