Problem Uploading large files

Hi guys,

I am using the activity Gsuite Application Scope, and when a tried to upload a file about 36 MB, the upload activity throws the following error:

Upload File: Upload failed after 31457280 bytes. Google.Apis.Requests.RequestError\r\nInternal Error [500]\r\nErrors [\r\n\tMessage[Internal Error] Location[ - ] Reason[internalError] Domain[global]\r\n]\r\n

Could anybody revolved this?

Regards,

Juan

1 Like

Gsuite’s maximum attachment size is 25 mb. Exceeding file size might be the reason of this error.

Thanks for the answer, that is not the problem, because i been trying to upload to drive, not attach the file to an email.

Did you solve this issue? I also got the same issue when uploading files with a Service Account

No, the solution was implement the 1.8.0 version of gsuite, this version can upload the files, the newest versions tried to convert the files to google file document, that is the problem.
I have not tried to update to 1.16.x version.

Regards,

Juan

1 Like

Thank you.