viveku
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by viveku-
viveku commented,
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 commented,
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 commented,
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 created a post,
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 commented,
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 commented,
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 created a post,
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 created a post,
How to create a new version of file if the file with already existing name uploaded?
AnsweredHello 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 created a post,
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 commented,
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 ...