Access a file o Azure Blob Storage - Execute failed: The String is not a valid Base64-encoded string.

Hello everyone,

we are trying to download a csv file from Azure Blob Store using the Azure Blob Store Connection. In the Blob Store Connection we are using aplication id as storage account and secret as access key. The execution of the connector is succesfull. Nevertheless when we try to download the file we get the error message: Execute failed: The String is not a valid Base64-encoded string. Are we doing something wrong? Access works with token so me may be missing an intermediate step?

Thank you.

Hello jkempelis,

Do the results change when the String is encapsulated in quotes ("")?

Regards,
Nickolaus

Hello NDekay,

at the end we had to go through the Azure Rest Api and Azure Active Directory (Oauth 2.0) to connect to the Azure Blob Store as the real Acces Key could not be shared. Nevertheless thank you for your answer.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.