How to view aio-lib-files stored with the default init() method | Community
Skip to main content
July 27, 2023
Question

How to view aio-lib-files stored with the default init() method

  • July 27, 2023
  • 1 reply
  • 1816 views

I have an aio action that is storing files using the default cloud service provider used by aio-lib-files, which I believe is Azure. I am not providing my own Azure credentials into the .init() method. I was wondering if it is possible to determine what the underlying Azure credentials are for this storage, so that I can visualize my files in a UI like Microsoft Azure Storage Explorer. Documentation for the library can be found here: https://github.com/adobe/aio-lib-files Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

sarahxxu
Adobe Employee
Adobe Employee
July 27, 2023

Hi @cademcp 

The files storage is only accessible within your application, and unfortunately you won't be able to get the underlying credentials as they are generated on demand for temporary access from your application. 

 

cademcpAuthor
July 27, 2023

@sarahxxuThank you for the quick answer. If I provide my own Azure credentials, then is it possible to view the files in Azure's UI?

sarahxxu
Adobe Employee
Adobe Employee
July 27, 2023

Yes - you could init the lib with your own azure credentials, then you could see it in the azure ui!