You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After numerous tests I can see that if 60 sec is not enough to upload the file from Google drive to S3, it fails with a timeout.
If uploaded from local storage, it works fine.
Do I miss some configuration to make it work with the large files?
The text was updated successfully, but these errors were encountered:
I use this code to show FilePicker:
When I try to upload files from Google Drive larger than ~2Gb, it fails with "504 Gateway Timeout" after 60 sec and in console I can see:
After numerous tests I can see that if 60 sec is not enough to upload the file from Google drive to S3, it fails with a timeout.
If uploaded from local storage, it works fine.
Do I miss some configuration to make it work with the large files?
The text was updated successfully, but these errors were encountered: