I'm working on a simple application that'll upload a directory to a box account. I've had successful tests creating folders and uploading test documents, but the one thing I'm hung up on is generating a token.
When I look at my app, I'm able to use the generated developer token, but I'd like to use the client id if possible.
I'll admit, I'm pretty new to box and it's API, but I'd like an approach where I can set the credentials instead of having to regenerate them each time. Is this at all possible?
I'm also using PHP to do this. I'm bummed there isn't an official PHP SDK since it's such a regularly used language, but I'm betting that's been discusses on here more than once, and isn't the point of anything of this either.
If anyone has any guidance on how I can achieve a working token without generating one every hour, I'd really appreciate it!