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
My team is running into timeout issues while uploading files from iOS. We use the defaultDirectUploadChunkSize property which sets the default chunk size to 8 MB. According to Google Cloud's upload documentation and other initializers for DirectUploadOptions.Transport this should be specified as 8 MiB (mebibytes).
In my testing this fixed our upload timeout issues.
The text was updated successfully, but these errors were encountered:
My team is running into timeout issues while uploading files from iOS. We use the
defaultDirectUploadChunkSize
property which sets the default chunk size to 8 MB. According to Google Cloud's upload documentation and other initializers forDirectUploadOptions.Transport
this should be specified as 8 MiB (mebibytes).In my testing this fixed our upload timeout issues.
The text was updated successfully, but these errors were encountered: