
Peter Christensen
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
Activity overview
Latest activity by Peter Christensen-
Peter Christensen commented,
Hi You can use the collaborations endpoint to delete the collaboration https://developer.box.com/reference/delete-collaborations-id/ You will need the collaboration ID which you can get from the fo...
-
Peter Christensen commented,
Hi Rohit You should be able to get this working using the CCGAuth package - so something like this. I will let the team know that the docs need updating from boxsdk import CCGAuth Best regards, Pe...
-
Peter Christensen commented,
You can copy the ID to your clipboard, log in to Box as you would normally do, find the folder you want to share, click Share and paste the ID in and select the correct permission. As you would sha...
-
Peter Christensen commented,
Hi In the developer console, in the 'General settings' tab you should see a 'Service account info' section which should have the ID of the service account for your Box app. "AutomationUser_12345_ab...
-
Peter Christensen commented,
Hi Juan, there is currently no way of getting a non-expiring downscoped token regardless of token source. The only non-expiring token is the one that is generated as part of the limited access app....
-
Peter Christensen commented,
Hi Reinhard The MP4 is a video representation whereas the filmstrip is a jpeg representation. I believe the MP4 representation is the only other option if you cannot use DASH and HLS. The MP4 is a ...
-
Peter Christensen commented,
Hi Joao You cannot access content that has been shared from an external account with the as-user header. You have to create a token for the user and use this for your API calls. See this post for r...
-
Peter Christensen commented,
Hi Dhanraj If you are trying to get the download URL from a shared link you need to create the shared link first. It is not created automatically when you upload a file. See: https://github.com/bo...
-
Peter Christensen commented,
Glad you got it working. With regards to a non-expiring downscoped token, I don't think this is possible currently, but I will check and get back to you
-
Peter Christensen commented,
yes, the app token is only available for the service account persona that is created as part of your limited access app. You can find this service account login in the 'General settings' tab of you...