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
because the path template used in the DownloadAttachmentFile(string packageId, string attachmentId, Int32 fileId) method in the AttachmentRequirementApiClient is wrong:
When there are more than one attachment, we cannot download separate attachment files using:
oss.sdk.net/src/SDK/Services/AttachmentRequirementService.cs
Line 78 in 80a7e68
because the path template used in the
DownloadAttachmentFile(string packageId, string attachmentId, Int32 fileId)
method in theAttachmentRequirementApiClient
is wrong:oss.sdk.net/src/SDK/Services/Internal/AttachmentRequirementApiClient.cs
Line 100 in 80a7e68
Fix:
UrlTemplate.ATTACHMENT_REQUIREMENT_PATH
->UrlTemplate.ATTACHMENT_FILE_PATH
The text was updated successfully, but these errors were encountered: