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
Should not be too hard, it seems to hook into the download request we already use.
JobParametersjobParameters = newJobParameters()
.withArchiveId("*** provide an archive id ***")
.withDescription("archive retrieval")
.withRetrievalByteRange("*** provide a retrieval range***") // optional
.withType("archive-retrieval");
The text was updated successfully, but these errors were encountered:
Should not be too hard, it seems to hook into the download request we already use.
The text was updated successfully, but these errors were encountered: