I’m trying to get the documents attached to the Idea in Automation Hub using the APIs.
We are able to list them with /api/v1/openapi/automations/{automationId}/documents.
This returns URL for the document in response which is mostly an azure blob storage link. when trying to access it , getting following error
AuthenticationFailed
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:******* Time:2022-05-05T10:43:46.5535139Z
Signature not valid in the specified time frame
Does anyone have any idea on how to fix this?