Google Cloud Storage and Google Cloud Pub/Sub

Managing cloud storage and message queues.

To use nodes from the Google Cloud Storage and Google Cloud Pub/Sub groups, you need to obtain a key (token) and authorize access.

Obtaining a Token

To get a key (token), follow these steps:

1. Create a Google account and visit this link.

2. On the Create service accounts page, click Enable the API.

Notion image

3. On the Enable API wizard page, click CREATE PROJECT.

Notion image

4. Configure the project and click CREATE.

Notion image

5. Confirm the project and allow API usage.

Notion image
Notion image

6. Go to this link and scroll down. Click Go to Create a service account.

Notion image
  1. Select the project created in step 4.
Notion image

8. Configure the account details (only the name is mandatory, but defining access rights is recommended) and click DONE.

Notion image
 

9. Go to this link and scroll down. Click Go to Service accounts.

Notion image

10. Select the project created in step 4.

Notion image

11. Select the account address for which you need to create a key.

Notion image

12. Go to the KEYS tab and click the ADD KEY dropdown.

Notion image

13. Choose Create new key.

Notion image

14. Select the JSON key type and click CREATE.

Notion image

15. View the downloaded key in JSON format. Open the file in any text editor and copy its contents.

Notion image

16. Go to this link and select the project created in step 4.

Notion image
 

17. Search for the desired API and choose either Cloud Storage API or Cloud Pub/Sub API.

Notion image

18. Enable the API by clicking ENABLE.

Notion image

Authorization Setup in Nodes

When configuring nodes in the Google Cloud Storage and Google Cloud Pub/Sub groups, you need to authorize access. To do this: 1. Select the desired node, for example, from the Google Cloud Pub/Sub group.

Notion image

2. Click the Create an authorization button.

Notion image

3. Click New authorization and choose Cloud Pub/Sub.

Notion image

4. In the service_json field, enter the previously obtained key in JSON format and click Authorize.

Notion image

5. Verify the authorization in the node and complete the remaining node configuration fields.

Notion image

You can view the node's execution result by running the scenario or clicking the Run once button on the node.

Notion image
Did this answer your question?
😞
😐
🤩