sids
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by sids-
sids commented,
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 commented,
Murtza - I changed the Id type to string, that did not solve the issue.
-
sids created a post,
File Upload Issues using API
AnsweredHi - 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 commented,
That did work, Thank you. I want to blame it on the box UI, I didn't see it as an option 😉
-
sids commented,
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 created a post,
oAuth Redirect URI setup
AnsweredHi - 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...