Not implemented Exception

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


3 Replies

IL Indhumathy Loganathan Syncfusion Team December 8, 2021 10:48 AM UTC

Hi Martin, 
 
Greetings from Syncfusion support. 
 
We have validated your query in File Manager component but unable to replicate the reported issue. From the shared screenshot, we noticed that you have been using more than one GetFiles method declaration at your Azure service provider.  
 
Please elaborate on the exact use case to perform those customizations at your end. Share your complete customized Azure service files to replicate the issue at our end. You can find our latest service provider changes at below link. 
 
 
We have attached a sample with specified package version for your reference. Kindly use your Azure credentials to run the attached sample and let us know whether you are facing the same issue in the shared sample as well. 
  
  
Please revert with the required details if you need any further assistance. 
 
Regards, 
Indhumathy L 



BR BrianPD July 15, 2022 09:59 AM UTC

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



IL Indhumathy Loganathan Syncfusion Team July 18, 2022 11:11 AM UTC

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


Style: https://blazor.syncfusion.com/documentation/appearance/themes#refer-theme-style-sheet-from-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


Loader.
Up arrow icon