Box User
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Box User-
Upload a file with Rest API C# unity
Hi, I need help on upload a file on Box. IEnumerator Upload() { byte[] imagebyte = File.ReadAllBytes("C:/Users/harshit.gaur/Desktop/Test11.txt"); //Debug.Log("image " + imagebyte....
-
Upload Box Api with Unity
Hi,I am having issue for uploading a file on BOX with box apiPlease see below code snippet for C# to upload a file on box. var client = new HttpClient(); var content = new MultipartFormData...