ByteChef LogoByteChef

Google Application Setup

Steps for setting up Google Cloud API Console for every Google component.

Connection Setup

Create OAuth 2.0 Application

  1. Go to the Google Cloud Console.
  2. Click on the project dropdown in the top navigation bar.
  3. Click New Project.
  4. Enter a project name and click Create.
  5. Click on the project dropdown again.
  6. Select the project you just created.
  7. Go to the APIs & Services.
  8. Go to the OAuth consent screen.
  9. Click Get Started.
  10. Enter an App name and add user support email. Click Next.
  11. Select your Audience and click Next.
  12. Add email addresses and click Next.
  13. Agree to the terms and click Create.
  14. Go to Data Access.
  15. Click on Add or Remove Scopes.
  16. Select all necessary scopes.
  17. Click Update.
  18. Click Save.
  19. Go to the Clients.
  20. Click on Create Client.
  21. Click on application type dropdown.
  22. Choose Web application as the application type.
  23. Click on Add Uri.
  24. Enter a redirect URI, e.g., https://app.bytechef.io/callback, http://127.0.0.1:5173/callback. Click Create.
  25. Click on the client you just created.
  26. Copy the Client ID and Client Secret. Use these credentials to create a connection in ByteChef.

Troubleshooting

Access Blocked: Verification Process Not Completed

Access Blocked

  1. In the Google Cloud Console, select your project.
  2. Go to the "APIs & Services".
  3. Click on "OAuth consent screen".
  4. Click on "Audience".
  5. Click on "Add users".
  6. Enter email of your test user.
  7. Click on "Save".

How is this guide?

Last updated on

On this page