Hi,
I'm creating a form on a website that has file uploads. I would like to send this uploads directly to Box. I'm using PHP and i'd like the uploads to be sent server-side.
I've created a "Custom App" and I have an Access Token.
When I do this:
curl https://api.box.com/2.0/folders/0 -H "Authorization: Bearer MY_ACCESS_TOKEN"
I do not see my own user's folders. I see the App-User's folders. It's not clear how to access just my own folder.
Dropbox makes this real simple: https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/
It's not so simple with Box though