|
|
@@ -40,7 +40,7 @@ this.GDrive = this.GDrive || (() => {
|
|
|
this.folderIds = new Map();
|
|
|
setInterval(() => this.folderIds.clear(), 60 * 1000);
|
|
|
}
|
|
|
- async auth(options = {}) {
|
|
|
+ async auth(options = { interactive: true, auto: true, requestPermissionIdentity: true }) {
|
|
|
try {
|
|
|
if (options.requestPermissionIdentity) {
|
|
|
await browser.permissions.request({ permissions: ["identity"] });
|