sids
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
sidsさんの最近のアクティビティ-
sidsさんがコメントを作成しました:
I found the solution, the Upload endpoint expects parent_id not the parent object as mentioned in the documentation (that's how I was able to upload the file using .NET HttpClient). content.Add(ne...
-
sidsさんがコメントを作成しました:
Murtza - I changed the Id type to string, that did not solve the issue.
-
sidsさんが投稿を作成しました:
File Upload Issues using API
回答済みHi - I am trying to upload a file using ASP.NET WEB API, please let me know what am I doing wrong in the below code.var client = new HttpClient();client.DefaultRequestHeaders.Add("Authorization", ...
-
sidsさんがコメントを作成しました:
That did work, Thank you. I want to blame it on the box UI, I didn't see it as an option 😉
-
sidsさんがコメントを作成しました:
I am not sure I understand your response, let me explain what I am trying to achieve. May be I am doing it wrong.1> We have an application in which a user can integrate with their box account2> I ...
-
sidsさんが投稿を作成しました:
oAuth Redirect URI setup
回答済みHi - I am configuring an app with oAuth 2.0 JWT authentication. I have followed the steps mentioned in the box documentation, but I am unable to figure out where do I set the redirect URI. I did n...