sids
- Activité totale 8
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 2
Aperçu des activités
Dernière activité effectuée par sids-
sids a ajouté un commentaire,
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 a ajouté un commentaire,
Murtza - I changed the Id type to string, that did not solve the issue.
-
sids a créé une publication,
File Upload Issues using API
RéponduHi - 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 a ajouté un commentaire,
That did work, Thank you. I want to blame it on the box UI, I didn't see it as an option 😉
-
sids a ajouté un commentaire,
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 a créé une publication,
oAuth Redirect URI setup
RéponduHi - 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...