I encountered a 403 authentication error when trying to write data to a Blob Storage destination. The issue seems to be related to the authorization header or the validity window in the SAS token.
The token setup looks correct, so I’m wondering if anyone has run into similar issues. It could be related to time sync, signature formatting, or other configuration inconsistencies.
Any insights or recommendations would be really helpful, thank you!
It looks like your flow from Dataddo to Microsoft Fabric via Azure Blob Storage failed due to an expired Shared Access Signature (SAS) token. Based on the error message as I have checked, the token was no longer valid at the time of the attempted access:
Signature not valid in the specified time frame
Start: 07 April 2025
Expiry: 30 April 2025
Attempted access: 15 May 2025
How to Fix It
You’ll need to generate a new SAS token with an updated time window and apply it to your Dataddo destination. Here’s how:
Go to your Azure Portal.
Navigate to your Storage Account > Containers > Shared access tokens.