
Box Product Support
- Total activity 1169
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 540
Posts
Recent activity by Box Product Support-
HI , i am integrating from salesforce to box .when an account 'Test 'is created in salsesforce then
HI ,i am integrating from salesforce to box .when an account 'Test 'is created in salsesforce then a box folder 'Test ' should be created in box . am acheiving it by trigger ,here how to skip acce...
-
How to Give grant user permissions in url?
HI ,i am integrating from salesforce to box .when an account 'Test 'is created in salsesforce then a box folder 'Test ' should be created in box . am acheiving it by trigger ,here how to skip acce...
-
How to upload file?
I have created a folder using BOX App User and I am using BOX Java SDK. Now I would like to upload file to that folder with the SDK. Can someone point me to right direction please. Have you guys ...
-
Uploading File from REST calls
Hi, I am having trouble uploading a file as a bytestream to Box via python REST calls.I am using the cURL command found on the developer pages for reference, but am unsure how to handle the attrib...
-
Get folder Ids from folder names in API call
Hi Team, Trying to get Folder ids from Folder names using the below url https://api.box.com/2.0/folders/search?query=xxxx&type=folder Cannot able to get the folder ids. Where as i can able to get ...
-
Can't upload file as appuser (java sdk)
Trying to upload a file to folder of an appuser as follows: val boxApi = BoxDeveloperEditionAPIConnection.getAppUserConnection(userId, CLIENT_ID, CLIENT_SECRET, encryptionPref, accessTokenCache) v...
-
How to delete WebHook from Application?
Hello,I have setup a new application...I have then added 2 webhooks to the application.I cannot see a way of deleting a webhook?Is it possible?Thanks
-
How to hide a folder for all users?
Hi,One of my project requirement is to hide a top level folder which will have nested other folders. How can this be achived using SDK (Java) is there any attribute for hiding a folder to all user...
-
What type of Box App do i need to develop?
Hello, I am completely new to Box.com and I have been tasked with writing an "app" that, when a file is dropped into a specific directory, reads that file and uploads the contents to a database......
-
UI component/library for multi file/folders upload
We are doing web application integration with Box, does it have a drag-and-drop component that we can use in conjunction with [POST] Upload File (https://docs.box.com/reference#upload-a-file) sim...