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
Right now online review downloads submission from S3 bucket. Instead we need to download submissions via Submission API by calling submissions/:submissionId/download
To fetch submissionId first, we need to first call submissions?legacySubmisionId= with the legacy id in database.
We need to use the user token to interact with Submission API so that API can validate the access restrictions.
The text was updated successfully, but these errors were encountered:
Right now online review downloads submission from S3 bucket. Instead we need to download submissions via Submission API by calling
submissions/:submissionId/download
To fetch submissionId first, we need to first call
submissions?legacySubmisionId=
with the legacy id in database.We need to use the user token to interact with Submission API so that API can validate the access restrictions.
The text was updated successfully, but these errors were encountered: