Hi,
1. After Uploading File for user. I tried to give Read Access to particular user.
But it throws an Following Exception.
help me out to solve this???
Exception : com.shephertz.app42.paas.sdk.csharp.App42Exception: {"httpErrorCode":"400", "appErrorCode":"2207", "message":"BAD REQUEST", "details":"Session Id not valid"}
UnityEngine.Debug:Log(Object)
AssemblyCSharp.ResAccess:OnException(Exception) (at Assets/ResAccess.cs:20)
com.shephertz.app42.paas.sdk.csharp.connection.<execute>d__3:MoveNext()
com.shephertz.app42.paas.sdk.csharp.connection.<WaitForRequest>d__0:MoveNext()
&
2. Currently I am using WWWForm to get the url of uploaded file and read the file . Shows
this exception :
You are trying to load data from a www stream which had the following error when downloading.
403 Forbidden
UnityEngine.WWW:get_text()
Or
Is that any other way to Read the bytes/ Use the data in the uploaded file (like .XML)