Hi,
I've played around and read through the developer docs, but am not sure what type of app/auth would be proper to perform simple operations using the API on our Box Enterprise Account.
I'm looking to do simple operations: creating folders, getting directory listings, etc. Is this possible with just a token? I tried using a Custom Application with just that and don't see anything appear, even with successful calls to the API, testing out on my personal Box.com account. I only need to create folders and get directory listings of what's in these folders, nothing else.
My end need is to configure these calls inside of our workflow/project management solution, which has limited options for running code, outside of creating a webhook and using an external server with custom code.
Can this be done via simple command-line to test using curl and later translated into a webcall without having to use oAuth2?
Thanks