Google Cloud Storage - Binary not getting saved

Describe the problem/error/question

I am trying to get files from Drive , and store them in Cloud Storage

What is the error message (if any)?

The file get saved with its name and metadata , but its content is empty.

Please share your workflow

Share the output returned by the last node

[
  {
    "kind": "storage#object",
    "id": "indivisible-test-video/2023_07_19_short.mp4/1690304504965670",
    "selfLink": "https://www.googleapis.com/storage/v1/b/indivisible-test-video/o/2023_07_19_short.mp4",
    "mediaLink": "https://storage.googleapis.com/download/storage/v1/b/indivisible-test-video/o/2023_07_19_short.mp4?generation=1690304504965670&alt=media",
    "name": "2023_07_19_short.mp4",
    "bucket": "indivisible-test-video",
    "generation": "1690304504965670",
    "metageneration": "1",
    "contentType": "video/mp4",
    "storageClass": "STANDARD",
    "size": "7",
    "md5Hash": "/7aBLWgf11VKLYJwKX1Gvg==",
    "crc32c": "JMY0pw==",
    "etag": "CKbU0vyqqoADEAE=",
    "timeCreated": "2023-07-25T17:01:45.041Z",
    "updated": "2023-07-25T17:01:45.041Z",
    "timeStorageClassUpdated": "2023-07-25T17:01:45.041Z"
  }
]

Information on your n8n setup

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

Hi @Vincent_Wasteels, many thanks for reaching out though I am very sorry you are having trouble.

I was able to reproduce this problem on my own n8n cloud instance running [email protected] using a simplified version of your workflow and will add this to our bug tracker for a closer look and fix.

Hi @MutedJam ,
Thanks for your quick answer !
Do you know approximately how long it will take to solve this bug ?

Unfortunately not, as our nodes team has quite a backlog at the moment it’ll be hard to say for certain from my side :frowning:

Perhaps @marcus can provide an estimate here.

Hey @Vincent_Wasteels,

I was just taking a quick look at this and it may be resolved in 1.1.0 already, I have done a quick test with both default and filesystem binary data modes and all appears to be good.

1 Like

Hi @Vincent_Wasteels, well that went much faster than expected. n8n version 1.1.1 is now available as a beta on n8n cloud and it uploads a valid file into my Google Cloud Storage bucket :slight_smile:

You can upgrade your n8n cloud instance by heading to your n8n cloud dashboard and picking n8n version 1.1.1 from the respective dropdown.

Let us know if you are still running into any trouble with this after the upgrade.

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