gristlabs_grist-core/test/nbrowser
Jarosław Sadziński 42910cb8f7 (core) Extending Google Drive integration scope
Summary:
New environmental variable GOOGLE_DRIVE_SCOPE that modifies the scope
requested for Google Drive integration.
For prod it has value https://www.googleapis.com/auth/drive.file which leaves
current behavior (Grist is allowed only to access public files and for private
files - it fallbacks to Picker).
For staging it has value https://www.googleapis.com/auth/drive.readonly which
allows Grist to access all private files, and fallbacks to Picker only when the file is
neither public nor private).
Default value is https://www.googleapis.com/auth/drive.file

Test Plan: manual and existing tests

Reviewers: dsagal

Reviewed By: dsagal

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D3038
2021-10-01 10:47:12 +02:00
..
gristUtils.ts (core) Extending Google Drive integration scope 2021-10-01 10:47:12 +02:00
homeUtil.ts (core) Fixing UserProfile test that fails randomly 2021-08-05 19:29:19 +02:00
Smoke.ts (core) Enable auto triggering of Welcome Tour, and various improvements. 2021-07-30 14:17:54 -04:00
testServer.ts (core) Refactoring google drive plugin 2021-07-14 09:52:04 +02:00
testUtils.ts (core) Fix staging test and tweak template line height 2021-07-29 08:16:19 -07:00