Cannot read a file in a Google Cloud bucket folder using Google Cloud Storage node

Hi,

We are trying to read a file using the Google Cloud Storage node but I cannot get it to read a file in a folder of a bucket. I can get a list of files in the bucket but I can’t “get” the object when in a subfolder. I can however in the root folder.

Is there an issue with my configuration. The file name is definitely correct but I get a 404 error,

Anybody else seen this? We can access it other ways (HTTP GET using authentication for example), but seems strange I can’t get it directly using the same node.

Here is my node configuration:

Thanks!

Version: 2.6.4

Found the issue here. Replace “/” with “%2F"

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.