jupyterlab-google-drive
jupyterlab-google-drive copied to clipboard
De-escalate privelages
We currently are requesting full drive access, with the scope: https://www.googleapis.com/auth/drive.
This is due to some hard-to-reproduce permissions issues with sharing of collaborative files, where one can see not_found errors upon loading of a document.
It should be possible to get away with the reduced https://www.googleapis.com/auth/drive.file scope, if we can nail down the permissions issue.
This is now unblocked since the realtime permissions are now no-longer required.