Box User

  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Box Userさんの最近のアクティビティ
  • 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....

  • Box Userさんが投稿を作成しました:

    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...