Failure to upload asset with document cloud api
Hi!
I am following the PDF Services API instructions. using POSTMAN
And I get stuck when trying to upload the asset
1. I authenticate and create a token (https://pdf-services.adobe.io/token)
(receive access token)
2. I create an asset (POST https://pdf-services.adobe.io/assets)
(tried different mediaType including "application/pdf")
(receive uploadUri and assetId)
3. I try to upload a file (PUT to uploadUri from before)
and I constantly receive this error
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>
