-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Describe the bug
I try to connect to a blob storage where pictures are stored
and to Business Central
I got resource not found errors using these connections.
Like:
ListRootFolder_V4: {"success":false,"error":{"message":"{ "statusCode": 404, "message": "Resource not found" }
Steps to Reproduce
- Create a blob storage connection in power platform (access key or entra id same result)
- pac code add-data-source -a "shared_azureblob" -c "" to add the conenction in the web site
- call the ListRootFolder_V4 or other command
I tried a connection to the blob storage using an access key instead of an Entra ID connection, same result.
Same behavior for a business central connection
Expected behavior
Getting the list of folders or files in the blob storage
Actual behavior
got an error:
{"success":false,"error":{"message":"{ "statusCode": 404, "message": "Resource not found" }}
and no data returned by the connector
Screenshots or Error Messages
error returned:
{"success":false,"error":{"message":"{ "statusCode": 404, "message": "Resource not found" }}
Environment information
React
Blob Storage and Business Central connectors
Additional context
my connections are working fine in a canvas app, I can list the files and folder inside my blob storage.
I tried different ListRootFolder versions and other commands, same result.