I am trying to implement a simple Google Workflow that will grab a PDF from an existing bucket, call an LLM via an API and output a summary of the document. However, the Workflow gets stopped at the getDocument stage because it cannot find the bucket, even though I am certain I have created it and input the right information. I have tried to consult the internet, but haven't had any success.
I am quite new at this, so sorry if this is super basic.
Below is the YAML of the workflow:
Hi @BruceM06,
Welcome to Google Cloud Community!
It seems you're quite sure that you've created the bucket “testbuckety” and entered everything correctly. However, the error message you’re getting suggests that the bucket might not exist. To verify, you can do a couple of things:
gcloud storage ls
command in your development environment to list all your buckets.I hope the above information is helpful.