I’ve created a custom node as I want to copy a template google file (with headers) so I can have a fresh file each week. It won’t let me login to google though as it says can’t find google credentials. The thing is I have two google credentials saved (google sheets and google drive) - how do I reference them?
Node link:
https://www.gumloop.com/custom-nodes/builder?node_id=j7i4yxvr2uyZBn198mMfDm
Code for google credentials (how to I know what my existing google credentials as referred to as?)
creds_json = os.environ.get(‘GOOGLE_CREDENTIALS’)
if not creds_json:
raise Exception(“Google credentials not found in environment variables”)
Hey @jttmckee! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
-
Find your run link on the history page. Format:
https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
-
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
-
Provide details about the issue—more context helps us troubleshoot faster.
You can find your run history here: https://www.gumloop.com/history
Hey @jttmckee – The custom node feature doesn’t have direct access to the credentials at (Gumloop | Credentials). It simply lets you create a standalone Python script.
That said, what you described should be possible using the Google Docs MCP feature. We’ll be adding support for Google Docs MCP soon, so users will be able to create a customized node with just a prompt.
Thanks @Wasay-Gumloop . So meanwhile if I want to use this is there anyway i can add google credentials so a custom node can use them?
Hey @jttmckee – Unfortunately, I don’t think so.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.