-
When using the OidcAgentClient to generate an access token used when creating a new context (AuthorizedBackendRequestContext), which is subsequently used to download a briefcase using BriefcaseManager, it seems that if downloading very large models which may take several hours, the token can expire prior to the completion of the download. When this happens, the download fails. Is there any way to mitigate this? It doesn't seem to be possible to generate a new token and context and then just continue the download - the download will always have to start again with a new instance of the BriefcaseManager.download() method which means that the issue just happens again with the new download taking ages and the expiration of the token. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Waiting hours to download a briefcase doesn't sound fun even if the token doesn't expire before the download completes. Roughly how large is the briefcase? |
Beta Was this translation helpful? Give feedback.
Waiting hours to download a briefcase doesn't sound fun even if the token doesn't expire before the download completes. Roughly how large is the briefcase?
@ramanujam-raman may be able to help with the token expiration issue.