
Peter Christensen
- 合計アクティビティ 266
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 121
コメント
Peter Christensenによる最近のアクティビティへの投票-
HI The app needs to be authorized by an admin in the Box Enterprise where you created the app. Your Box admin should have received an email with the request to authorize it so you would need to fol...
-
Hi You would need to add the service account with a user that already has permissions to the folder. Eg. your own user. You can do it via API using the 'as-user' header and collaboration endpoint ...
-
HI You can use this endpoint: https://developer.box.com/reference/put-users-id/#param-enterprise Please be aware that any content owned by the user will still be owned by them as they become a fre...
-
HI To use the 'client credentials' grant type you have to have client credentials type app. See https://developer.box.com/guides/authentication/client-credentials/client-credentials-setup/ The cal...
-
Hi Ruslan Currently we do not have APIs to provide this information. This page has details on each plan https://www.box.com/en-gb/pricing You can also run a platform activity report from your admi...
-
Hi You need to go to the developer console, open the app on the configuration tab and find the App Access Level to change the access scope. Remember to re-authorize the app afterwardsRgds, Peter Ch...
-
Hi Alauddin For the version parameter you need a valid version ID. Use the https://developer.box.com/reference/get-files-id-versions endpoint to list older versions of your file and use the version...
-
Hi Vivek The Box webhook is an event that is fired from the Box platform, so referencing localhost will not work, it has to be a publicly available endpoint. See https://developer.box.com/guides/we...
-
HI Make sure your app has 'Write all files and folders stored on Box' application scope as this is required for download. You can find the setting on the 'Configuration' tab of your app Hope this...
-
Hi If you want the app to make API calls in the enterprise it needs to be authorized by an admin of that enterprise. This is standard requirement for all server side apps and there is no way around...