Have used on 4.12 projects, GitHub - br-automation-com/mappView-File-Explorer: This is a sample project for a file Explorer with mappView
now updated to AS6.3 and some library or module is not comaptible with AS6, is there any workaround?
Have used on 4.12 projects, GitHub - br-automation-com/mappView-File-Explorer: This is a sample project for a file Explorer with mappView
now updated to AS6.3 and some library or module is not comaptible with AS6, is there any workaround?
Hi Kari,
What errors are you seeing when you try to use this sample in AS 6?
I was able to open and build the sample project in AS 6.3 without many issues. The only thing I had to change was the controller. The sample project uses an X20CP3585 which is discontinued in AS 6. I swapped this instead to an X20CP0484 and it built without errors.
Hi Kari,
I will update the project later next week. The sample should convert to AS6 without too many changes. I will replace the upload and download function with a widget and make some adjustments to the security settings.
Stephan
Hi Kari,
unfortunately, I am still in the middle of migrating the sample. I got side tract by some other issues, and I am tackling some issue with the transfer widget. As long as you dont need the upload and download function, the sample should update without major issues. I hope that I get the upload and download issues resolved next week.
Stephan
Hi,
I update the Explorer sample and uploaded a first version.
I also created a new documentation
The majority of changes are around the upload and download function, which has been replaced with a custom transfer widget. The old mechanism with the web control can no longer be used since it would require HTTPS on the main visualization. There are still a few minor things I am working on. Right now, you must log in to upload or download files. I am still trying to a find a configuration where you can do that without login.
If you do not use the upload or download function, you can migrate the previous version without major changes. I recommend the community script to identify potential issues.
Please let me know if you run into any issues with the new version.
Stephan
Hi Stephan,
I’m not sure if mappFileManager can be use without login.
As the help mention here link the BR system roles cannot be using in the mappFileManager configuration file to define folder access.
BR_Anonymous role didn’t have any access to mappFileManager, for the mappView Explorer repository you can use the “fixed user” or “force login” for "Startup User"configuration in the mappView configuration file.
Regards,
Florent
Hi Florent,
I thought that anoymous token is the same as anonymous, but apparently it is not. Anonymous token is BR_Anonymous and that user does not have write access and can not be changed.
Stephan