I need a way to authenticate with Box programmatically without using the Developer Token that expires every hour.
I'm creating a webhook to monitor a folder for new files, send the HTTP request to GCP, fetch the new file, run some data wrangling on it, and upload a new file to another specified folder.
How can I create a webhook that persists past the Developer Token lifespan?