ArpitBora
- 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 ArpitBora-
ArpitBora a ajouté un commentaire,
Thanks for the reply I'm a free user, I referred the link Direct-Linking-To-A-File.It states that only paid account user will able to use the direct link.Is there any implementation (Java SDK) for...
-
ArpitBora a créé une publication,
"This user is not allowed to use direct links" message while using download link (Java SDK)
Hello,I'm getting "This user is not allowed to use direct links" message page when I'm trying to download a box file using a download link generated by the following java code [ Box Java SDK ]:pub...
-
ArpitBora a créé une publication,
How to get the file's MIME type from box developer application using Box Java SDK ?
Hi all,I'm developing a java application to fetch box documents/files properties/Info. I'm able to get most of the file properties/Info except MIME type of the files. Is it possible to directly ge...
-
ArpitBora a ajouté un commentaire,
"as-user calls don't work in box-java-sdk" I didn't get it can you please elaborate it.If it does not work in java then there is any another way to fetch BOX folder and file metadata using box-jav...
-
ArpitBora a ajouté un commentaire,
Thanks for reply I tried your given code using Developer Token to create an API connection :BoxAPIConnection api = new BoxAPIConnection(DEVELOPER_TOKEN); but I'm getting following BoxAPIException...
-
ArpitBora a créé une publication,
How to fetch BOX application folders and file metadata information using Box Java SDK?
Hi all,I'm new to BOX, I want to fetch metadata information of my BOX application folders and files using Java SDK. After getting metadata information I want to save it in JSON format. Can you pl...