Skip to main content

Command Palette

Search for a command to run...

How to authorize Google Cloud IDE?

Published
1 min read
How to authorize Google Cloud IDE?

Google Cloud editor has multiple alias names. Some of the names are Google Cloud Shell or IDE. Learn more: https://cloud.google.com/shell

Prerequisite

  • Google Cloud project.

Step

  1. Sign in to your Google Cloud Account.

  2. Open "Google Cloud IDE" using the link below.

    Link: https://ide.cloud.google.com/

  3. Click File > Open menu to open the directory/folder.

  4. Click Terminal > “New Terminal” menu to open the terminal if not opened.

  5. Configure the Google Cloud project.

     gcloud config set project <type your Google cloud project id>
    
  6. Click on the “AUTHORIZE” button in the “Authorize Cloud Shell” screen.

Google Cloud IDE authorize successfully. The output looks like the one below.