jupyterlab_gcsfilebrowser
- Provides a mechanism browse and interact with
Google Cloud Storage through a file browser.
- Follow the instructions from the root of the repository.
The extension uses the machine's
Application Default Credentials.
Locally, you can set this using the gcloud command. First, set the gcloud tool's
project
configuration to the project you wish to use for development.
gcloud config set project <project-id>
Then, issue the gcloud auth application-default login
command to store the
credential. You may need to repeat this procedure daily on a Google-owned
machine.