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