Peter Christensen
- Total activity 271
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 123
Activity overview
Latest activity by Peter Christensen-
Peter Christensen commented,
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...
-
Peter Christensen commented,
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 ...
-
Peter Christensen commented,
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...
-
Peter Christensen commented,
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...
-
Peter Christensen commented,
HI Currently to use the annotations directly via CDN there are a couple of extra steps. See this excellent Blog post for more detail https://medium.com/box-developer-blog/how-to-use-annotations-in...
-
Peter Christensen commented,
HI Patryk We do not allow this as although your intentions are good, bad actors would be able to utilize this for phising and other types of attacks and general OAuth guidelines suggest to steer we...
-
Peter Christensen commented,
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...
-
Peter Christensen commented,
HI Ruben I don't think you can achieve this without having a user authenticate to Box, either from the web or via API. The shared link you have created is an 'open' shared link which means everyone...
-
Peter Christensen commented,
Hi The server auth methods (CCG and JWT) do not return a refresh token. The getAccessToken() method has refresh logic built in and will refresh the token when required. See http://opensource.box.co...
-
Peter Christensen commented,
Hi John Unfortunately this is not currently possible with Box Relay. Please visit https://pulse.box.com where you can provide feedback and feature requests for our product teams. The simple workflo...