Skip to content

[Bug] Blob storage and business central connections not working #209

@willgart

Description

@willgart

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

  1. Create a blob storage connection in power platform (access key or entra id same result)
  2. pac code add-data-source -a "shared_azureblob" -c "" to add the conenction in the web site
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions