henriqueleng
HI, I have the same issue out of curiosity did you solve this at all?
i tried allowing "everyone" to the file permissions and net permissions and i used async to no avail. but it is a network request at the end of the chain, Mapping the drive just references the pointer to the actual path. so that makes sense. also works for me until my machine gets a new IP or hardware change (i could solve that by using static IP but Telus gets fussy)
A note For mapping drives in windows:
Mapping a folder/drive will always "cache" in windows because it refers to the actual path to that directory in windows (it also makes a request to that Machine if available) but the network access panel in windows will reload anytime you click it (or open WFM from what i noticed) Then will "Ping" for any available Remote/Network paths it can find
i would try awaiting but i ended up just using a Socket for Files and Data, kinda acting like file share but i would prefer windows FS because it is quicker and baked in