
Hi,
I've a gallery and a PDF viewer.
Gallery-in which PDF files to be listed from Azure Blob Storage.
PDF viewer-The selected file from gallery to be displayed.
I used below syntax:
For gallery to files to be displayed: AzureBlobStorage.ListFolderV2("documentfolder").value
For PDF viewer: AzureBlobStorage.GetFileContent(gallery1.selected.Id)
Problem is, the selected file is not displaying in PDF viewer.
Can anyone help me out with this
Thanks,
Meena