Filtering out a file and creating direct link to a file in the Shared Folder link

Sometimes, We would want some users to view only a file from a shared link.

To achieve this, FileCloud supports filtering a file from a shared folder and creating a direct link which shows the filtered file only.

Follow the below steps :

Let's say you have a share link http://127.0.0.1/ui/core/index.html?mode=public#expl-tabl./SHARED/tester/rWAjwnD1dT00uxbF

To Search in the Parent Folder (Shared Link)

To create a direct link to a file test.iso file in that shared folder:


http://127.0.0.1/ui/core/index.html?mode=public&filter=test.iso#expl-tabl./SHARED/tester/rWAjwnD1dT00uxbF

This will add filter "test.iso" as the filter keyword in the shared folder (Parent level) and will create a link that shows only test.iso to the user

To Search In the Sub Folder (Shared Link)

To create a direct link to a file file1.txt under a folder named 200files in the shared folder (Shared Link) :


http://127.0.0.1/ui/core/index.html?mode=public&filter=file1.txt#expl-tabl./SHARED/tester/rWAjwnD1dT00uxbF/200files

This will add filter "file1.txt" as the filter keyword in the folder "200files" and will create a link that shows only file1.txt to the user