Google Drive
Google Drive is a cloud storage and file synchronization service developed by Google.
It allows users to store files securely in the cloud, access them from any device with an internet connection, and share them with others.
To integrate with Google Drive API, you'll need to follow these steps:
-
Create a Google Cloud Project:
-
Go to the Google Cloud Console.
-
Create a new project or select an existing one.
-
-
Enable the Google Drive API:
-
In the Cloud Console, navigate to APIs & Services > Library.
-
Search for "Google Drive API" and enable it for your project.
-
-
Create OAuth 2.0 Credentials:
-
In the Cloud Console, navigate to APIs & Services > Credentials.
-
Click on Create Credentials > OAuth client ID.
-
Choose Web application for Application type.
-
Fill in the required information:
-
Name: SimWorkflow
-
Authorised redirect URIs:
-
-
Click Create button.
-
-
Get Client ID and Client Secret:
- After creating OAuth 2.0 credentials, Google will provide you with a Client ID and Client secret. These will be used to create SimWorkflow credentials.
-
Create OAuth 2.0 Credentials in SimWorkflow:
-
Go to SimWorkflow Credentials.
-
Click on Create credentials button.
-
On OAuth 2.0 tab.
-
Fill in the required information:
-
Provider: Google
-
Name: Google
-
Client ID: Google Client ID
-
Client secret: Google Client secret
-
Scopes:
-
-
Click on Create credentials button.
-
Complete the OAuth flow.
-
Once the Google credentials created, you can start using it with HTTP Task in your workflow definitions to integrate with Google Drive API.