Murtza
- Total activity 765
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 342
Comments
Recent activity by Murtza-
That's the expected behavior. There is a workaround available through the API. After you copy the file, you can use the API to get the metadata from the original file and add it to the copy's met...
-
First, you need to get the collaboration id for the group collaboration on the folder. You can do that by calling the Get Folder Collaborations endpoint. This call will return back a list of user...
-
Thanks for catching this. I shared this feedback internally to get the link fixed. In the meantime, the manual steps to generate a JWT claim are documented on this page.
-
That's correct. The apps listed under the Custom Applications section are apps already authorized in that Box enterprise.
-
Unfortunately, we don't have a feature that would enable you to programmatically trigger a refresh for a Box.com page.
-
Here is the API endpoint to upload a file to Box and here is the API endpoint to create a folder in Box. We provide SDKs in many different languages that make it easier to call our API.
-
The next step would be providing your Box Admin the client id for your application. Then the Box Admin has to click Authorize New Application on the Apps Page within the admin console to enter th...
-
Here is the workflow for changing a user's email with the API: Step 1: Add the new email as an email alias for the user's account with the Create Email Alias endpoint. Step 2: Set the email al...
-
Just to clarify, are you trying to create a Splunk app that talks to the Box API or a different service? This forum is focused on providing support for applications built on the Box API.
-
You can get a list of logins from the Enterprise Events endpoint. You can filter the event stream to only return login events by setting the value of the event_type parameter to LOGIN. You can al...