viveku
- Activité totale 15
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 4
Aperçu des activités
Dernière activité effectuée par viveku-
viveku a ajouté un commentaire,
Hi Mak, Yes, Its absolutely possible for non admin user to make api calls and access the files from box. You need to create a service account inside which you will create an app account that can b...
-
viveku a ajouté un commentaire,
Basically you can access all those api's given in the list, Its totally free for use. But before starting your work you need to create a developer account(Its also free)
-
viveku a ajouté un commentaire,
Hey Prakruti, Please refer the below link to understand more about API's. https://developer.box.com/reference Let me know if that helps
-
viveku a créé une publication,
Current date\/time MUST be before the expiration date\/time listed in the 'exp' claim
Hello All, I'm getting above mentioned error when the number of requests are high for box upload. This works absolutely fine when the number of requests are less. I raised the ticket with box but ...
-
viveku a ajouté un commentaire,
Hey Ashna, I'm not much aware of java but one thing is sure that you are getting this error because of the private key,public key combination. I think you are downloading the default public key of...
-
viveku a ajouté un commentaire,
Hey Prakruti, It seems as if you are new to box and want to build an application that can allow users to upload file to box. I can't exactly tell you about how you can accomplish this inside linux...
-
viveku a créé une publication,
Best design practice for box upload
Hello,I have created an application to upload files directly to the box. We have around 20K users in the organization where users are uploading around 5 files in an average for the jobs that they ...
-
viveku a créé une publication,
How to create a new version of file if the file with already existing name uploaded?
RéponduHello All,I have created an application to upload files to box. I'm able to create folder and upload files inside it but whenever the file name is duplicated, It rejects the upload i.e. uploading ...
-
viveku a créé une publication,
Shared_link is null
Hello All,I have created an application to upload the file on box. The file is successfully getting uploaded but when I'm trying to fetch its shared link. The result shows values as null, I used h...
-
viveku a ajouté un commentaire,
Hello All, I created an access_token via JWT authentication method. The file upload is also successful, but when I'm giving folder ID=0. Then instead of uploading to All Files folder its uploaded ...