Hi,
I tried to use the blazor filemanager with an AzureFileProvider. Unfortunately I get a NotImplemented Exception wehn I call GetFiles()
when I look at the code I see the thet the method is not implemented.
Version:
Syncfusion.EJ2.FileManager.AzureFileProvider.AspNet.Core, Version=19.3.0.44
Did I install the wrong version?
what am I missing?
Attachment: Screenshot_20211207_111758_ffcd99f.zip
After an upgrade from 19.2.x.x to 20.2.x.x am also getting this same error, using the sample from:
git clone https://github.com/SyncfusionExamples/ej2-aspcore-file-provider
(see attached screenshot)
However, it works if I remove the args.ShowHiddenItems from GetFiles(). The workaround is to use that other overload, but ideally, I would like to filter on hidden items, as I had previously.
Seems like a bug / omission of functionality in the more recent updates.
Regards,
Brian
Attachment: Screenshot_20220714_235544_b3aaadc4.zip
Hi BrianPD,
From the screenshot, we understand that you are using the Azure File Service provider. So, we have validated your reported query in File Manager with the Azure File Service provider sample in the latest version but are not able to reproduce the reported issue. However, we would like to inform you that we have included some of the breaking changes in our recent release. Please check the below release notes.
https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes
To render our Syncfusion component, you need to map the below script and style references.
|
[_Host.cshtml] @*Style refernce for complete NuGet packages*@ <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" /> @*Script refernce for complete NuGet packages*@ <script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> |
Script : https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets
Also, find the provider with recent changes in the below link.
https://github.com/SyncfusionExamples/azure-aspcore-file-provider
You can find the modified sample from below link.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorSample-1130785416
Please check the shared sample and get back to us if you need any further assistance.
Regards,
Indhumathy L