@bubblelab/shared-schemas 0.1.33 → 0.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -428,7 +428,7 @@ var OAUTH_PROVIDERS = {
|
|
|
428
428
|
defaultEnabled: true
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
scope: "https://www.googleapis.com/auth/drive",
|
|
431
|
+
scope: "https://www.googleapis.com/auth/drive.readonly",
|
|
432
432
|
description: 'View and manage all of your Google Drive files and folders (will see a warning about an "untrusted app" during authentication. Choose only if you need extra permissions)',
|
|
433
433
|
defaultEnabled: false
|
|
434
434
|
}
|