Search

Google Nodes

Last Updated: Oct 5, 2021

Articles

I created a Google Cloud account and gave valid credentials.
Yet, while executing Handwritten Text Extraction Node I get the error "Invalid Google Credentials".
Image description

This error occurs when you do not use a paid Google Cloud account. Handwritten Text Extraction Node requires a paid account.

When I used the function Upload File to upload a file to Google Drive I am getting the error "missing 1 required positional argument_subtype". Image description

This error occurs when the value provided for input parameter attachment_type is incorrect.
Find the list of attachment types here.
Provide MIME Type for input parameter attachment_type, for example, if extension is .css provide text/css for input parameter attachment_type.

I have already created a private key in the google cloud console, yet I get the error message as "Access not configured. Drive API has not been used in project..." when I execute the Google Drive node. Image description

This error occurs when you have not enabled the Google Drive API for your service account.
Click here to know more about the steps to Enable APIs and rerun the task after enabling.

Did you find what you were looking for?