Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Chunk Uploading of Files to Google Drive (Issue, 308 Error)

Topic Labels: Automations
130 0
cancel
Showing results for 
Search instead for 
Did you mean: 
InnovationTeam
4 - Data Explorer
4 - Data Explorer

Hi!

1. I'm working on an Airtable automation that uploads files using chunked upload from Airtable attachments to Google Drive. The process fails with the error:

'Response status was 308 Resume Incomplete but redirect mode was set to error'

The logs show the script:

  • Successfully starts
  • Gets the Google Drive folder ID
  • Obtains an access token
  • Creates an upload session
  • Fails when trying to handle the 308 Resume Incomplete response

The error occurs during the chunked upload process, specifically when handling the resume/redirect status code 308.
Can you help me understand how to properly handle the 308 status code in this context? Or session (chunk upload) is not supported by Airtable?

2. Of course, I would choose not to use chunk upload and upload files one by one (some of them are 100-300 Mb), but I face the 512 Mb RAM limit. Maybe you can also tell me what file size won't result into an error upon loading to the RAM in full size? That would also let me create a script, that partially automates file upload. Better than nothing.


Thanks!

0 Replies 0