sghall
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by sghall-
sghall created a post,
Alternative Download File Name
Hope somebody can help me, I am working on a PHP site and need to be able to generate and set a unique filename on a download of a file from the Box API. I am trying to use the 'download' paramete...
-
sghall created a post,
AJAX - No 'Access-Control-Allow-Origin' header error, despite passing valid header
I'm using the following AJAX request to attempt to create a folder in the root folder: $.ajax({url: 'https://api.box.com/2.0/folders',type: 'POST',data: { name: name, parent: { id: 0} },headers: {...
-
sghall created a post,
JWT OAuth - 'cannot obtain token based on the enterprise configuration for your app'
Due to their being no official PHP SDK, and the existing community SDK's not implementing JWT, I've started building my own. After much battling I've managed to get the JWT auth set up, then I get...