akubatoor
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by akubatoor-
Shortcomings in Box APIs
While I'm exploring the Box APIs what I found out was that to work with any Files or Folders the API expects a File Id or a Folder ID. In my opinion these IDs are something generated internally by...
-
Appending Data to existing File
AnsweredI currently have a need to append data to an existing File. I couldn't find a suitable API to do that. What is the best possible way to append data to an existing File?
-
400 item_name_invalid
While I'm trying to upload a file using Java code I'm getting the following API response. 400 item_name_invalid. Can someone tell me what exactly might be the issue.
-
API error while trying to upload File
AnsweredUsing the Java SDK I'm trying to upload a test file but getting the below API exception Exception in thread "main" com.box.sdk.BoxAPIException: The API returned an error code: 400at com.box.sdk.Bo...
-
Whats the difference between Service Account & App Auth & App Users ?
I would like to know the difference between Service Account, App Auth & App Users ?
-
Developing Java application within Box Enterprise to upload Files
We currently have the Box.com enterprise license but this is the first time when we are trying to develop a Java application to upload some Files. The requirement is to upload Files by a batch app...