We have a 2 legged authorization desktop application for upload 3D models,translate models and view translated model in forge viewer. Recently we are trying to upload a large model (in zip,) which is more than 8GB in size, but failed as before upload completed access token expired.
Our intention is not to change our application rather try to increase access token expire time which is 3599 seconds. We think, if we get 3 times more expire time then we can upload our 8GB model.
Is there any way to increase expire time ? Anyone had this issue before ? How then solved ? Could anyone advice please? Thanks in advance.