Can't add folder with the name , starting from "."

I’m trying to make the deep link to my application, written on Xamarin ( android ) to the website , managed by wix.
According to the Xamarin documentation ( App-Linking in Android - Xamarin | Microsoft Learn),
I need to add folder .well-known to the https:/ /
In the wix website editor I try to add folder to “site structure”->public and it does not allows to add folder “.well-known” , it only allows to add folder “well-known” ( the name without starting dot). What is the workaround for this issue?
In addition , I have following questions :

  1. what is the location of the “public” folder inside the site ( in my case https:// ) and if it is correct to add folder to “public” in my case
  2. how can I see/change the permissions of the file assetlinks.json, which should be located in the .well-known folder ? According to MS documentation, it should have read permissions for everyone
1 Like

Any luck implementing this @Anna Neiman? I’m trying to achieve the same thing right now and just started to look around for solutions.

There is no access to the underlying file system. All Wix sites conform to the structure as documented in Wix Code: Working with the Site Structure Sidebar .

same question!

Bump, this file (/.well-known/assetlinks.json) is needed to verify applinks on Android. Any updates on this?