Google Cloud Storage: The resource you are requesting could not be found

I am trying to integrate with Google Cloud Storage and I get “The resource you are requesting could not be found” error whenever I do “Get” operation on “Object” which located in a subfolder.

Creating and getting objects from the bucket root works fine, however when try to get it from the subfolder I receive 404. I use “foldername/filename.txt” as an Object name. I tried all sorts of names. I tried to add subfolder to bucket name. Nothing works.

System:

  • n8n version: 1.72.1
  • Database: SQLite
  • Running n8n via Docker
  • n8n EXECUTIONS_PROCESS setting: own, main
  • Operating system: ubuntu

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

encountered the same error.
Fixed by replacing / with %2F

foldername%2Ffilename.txt

1 Like

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