Peter Christensen
- 合計アクティビティ 271
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 123
コメント
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 Motzie Please refer to this arcticle about the EOL of Box support for webDAV https://support.box.com/hc/en-us/articles/360052806073-Announcing-end-of-life-for-Box-WebDAV-support Best regards, P...
-
Hi Kusar You can get the value by explicitly asking for the 'uploader_display_name' field in your API call https://developer.box.com/reference/resources/file--full/#param-uploader_display_name For ...