@bubblelab/shared-schemas 0.1.16 → 0.1.18
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -388,7 +388,7 @@ var OAUTH_PROVIDERS = {
|
|
|
388
388
|
scopeDescriptions: [
|
|
389
389
|
{
|
|
390
390
|
scope: "https://www.googleapis.com/auth/drive.file",
|
|
391
|
-
description: "View and manage Google Drive files and folders that you have created with Bubble Lab",
|
|
391
|
+
description: "View and manage Google Drive files and folders that you have created with Bubble Lab or selected w/ file picker",
|
|
392
392
|
defaultEnabled: true
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -403,7 +403,7 @@ var OAUTH_PROVIDERS = {
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
scope: "https://www.googleapis.com/auth/drive",
|
|
406
|
-
description: 'View and manage all
|
|
406
|
+
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)',
|
|
407
407
|
defaultEnabled: false
|
|
408
408
|
}
|
|
409
409
|
]
|