Why Does the Google Drive Download File Action Return Only Specific File Information Without Any Additional Errors?

This topic was automatically generated from Slack. You can find the original thread here.

Currently, after running the Google drive download file action we’re running into a problem with certain files where it just returns this without any additional errors or anything:

{
  "t": {
    "ar": 1768267355551,
    "br": 1768267355592,
    "bp": 1768267355592,
    "bls": 1768267355592,
    "ble": 1768267358091
  }
}

The input is the following into pd.runAction :

{
  "externalUserId": "xxxxxxx",
  "actionId": "google_drive-download-file",
  "configuredProps": {
    "googleDrive": {
      "authProvisionId": "apn_xxxxxxx"
    },
    "fileId": "xxxxxxxxxxxxxxx",
    "mimeType": "video/mp4",
    "getBufferResponse": true
  }
}

With images, documents, etc this seems to work just fine but breaks with certain video files

I believe this behavior occurs when the response is too large - as you mentioned, with certain video files. We’re aware and working on improving this, but there is no ETA currently

About how large? I was getting this with a 3MB compressed video file

It should be 6MB for the total response size.

I see