akubatoor
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by akubatoor-
In that case if I need to update the file with additional data then I need to read the file contents with in my application and then append the data and upload as a new version. Correct ?
-
Yeah right..I also had changed the code a little bit to get this working. I changed it something like below if (!fileExists) { FileInputStream stream = new FileInputStream(pathFile...
-
I don't think I'm giving any invalid file name. I'm trying to upload a file with the name taxdoc.txt. Below the API response I'm seeing {"type":"error","status":400,"code":"bad_request","context_i...
-
The response is 400 item_name_invalid
-
I'm trying to develop a Java application which will run on AWS and upload the Files to Box.com account securely. It is just a batch process looking for File storage and not behalf of any end user...
-
Thanks again for a quick response. So in my case to use a java application to upload files to Box, do I need both service account and an app user account ?
-
Thanks for your response. Who will setup the Service Account and App Users. Will that be done by the Admins or the developer of the application needs to do that ?