Datalore 2025.6 Help

Configure connection to Google Drive

This page explains how to configure your Datalore On-Premises instance to allow users to connect their Google Drive accounts and access data directly from the notebook environment.

Step 1. Register an application in the Google Cloud console

  1. Open the Google Cloud console and select your project in the top menu dropdown.

  2. Open the left navigation menu by clicking on the hamburger icon at the top left.

  3. Select APIs & Services | OAuth consent screen.

  4. In User type, select Internal and click Create.

  5. On the OAuth consent screen step, provide the necessary information and click Save and continue.

  6. On the Scopes step, scroll down and click Save and continue.

  7. On the Summary review the details and click Save.

Step 2. Create credentials

  1. In the left sidebar, select Credentials

  2. In the top menu, select Plus Create credentials | OAuth client ID.

  3. In Application type, select Web application.

  4. (Optional) In Name, enter the name for your client. This name is only shown in the Google Cloud console.

  5. In Authorized JavaScript origins, click Plus Add URI and enter the URI your Datalore instance is available at.

  6. In Authorized redirect URIs, click Plus Add URI and enter the redirect URI in the https://YOUR_DOMAIN/api/resources/v1/auth format.

  7. Click Create.

  8. Note the client ID and client secret. You will need to add them to the Datalore Admin panel later.

Step 3. Enable Google Drive API

  1. In the left sidebar, select Enabled APIs & services.

  2. In the top menu, click Enable APIs and services.

  3. Scroll down and select Google Drive API.

  4. Click Enable.

Step 4. Add Google credentials to the Datalore Admin panel

  1. Click the avatar at the top right and select Admin panel.

  2. Select Configuration in the sidebar.

  3. Click Set up Google OAuth connection.

  4. In the Set up Google Drive connection dialog, enter the Google client ID and secret you copied in the Google Cloud console.

  5. Click Add credentials.

Next steps

Connect Google Drive as a data source in a workspace or notebook.

10 September 2025