Hi there,
I have a question regarding the Trimble Connect API upload time limit. In the API documentation, I found this following blurb:
"Please note that the upload will be marked as EXPIRED if file content is not uploaded within 90 minutes for the singlepart upload and within 30 minutes for the mutlipart upload(after the complete API is called".
I would like to understand when exactly the time limit begins for multipart upload. If there is a 30 minute pause between chunk uploads, should the file expire? Or does the "after the complete API" mean that the countdown only begins when the 'complete' request is called? Should I expect a multipart upload to ever need 30 minutes finish, assuming it is referring to what happens after 'complete' is called?
Thanks for the help!