Hi,
I'm building a custom page embedded on a model driven where you can upload a file to azure blob storage using the stard connector with the authentication type:"azure Ad integrated". the issue I'm facing is when I try to launch CreateShareLinkByPathV2 it says:
"error": "'Operation not supported with AAD authentication, use Azure Storage Account name/key connection instead.' "
Launch(
AzureBlobStorage.CreateShareLinkByPathV2(
"storage",
"container/file/"
).WebUrl
)
I checked the documentation but I couldn't find anything about this error. I can't change the type of authentication of the connector. There is any other solution?? there are any other function I can use for download the file??
thanks in advance