Copy textfile from NetworkServer with credentials(Android)
Hi, I´m trying to copy a textfile from the NetworkServer to Android. I try couple of things but I don´t get it. It should look like this:
string url = "//server/Drive/Folder/Vorlage.txt"; using (UnityWebRequest www = UnityWebRequest.Get(url)) File.Copy(url, Application.persistentDataPath + "/" + "Vorlage" + ".txt", true);
in the Editor in Unity it works fine but on Android I got 404 error. I tried it with "AndSMB" and there i got access so I think I can get it too. Any Ideas?
Your answer
Follow this Question
Related Questions
Server making assetBundles 1 Answer
WWW weird behavur problem in android 0 Answers
Send variables from client to server 0 Answers
Gear VR pause :Application has been suspended, all multiplayer features will re-init 0 Answers
UnityEditor.BuildPlayerWindow+BuildMethodException: 7 errors. Need help with this error. 1 Answer