Closed shankj3 closed 5 years ago
for use w/ heroku scheduler, a cron-like resource for running jobs daily. should backup to box object storage.
Requires new variables (already in heroku deploy settings):
BOX_CLIENT_ID
BOX_CLIENT_SECRET
BOX_DEV_TOKEN
for use w/ heroku scheduler, a cron-like resource for running jobs daily. should backup to box object storage.
Requires new variables (already in heroku deploy settings):
BOX_CLIENT_ID
: oauth client id from boxBOX_CLIENT_SECRET
: oauth client secret from boxBOX_DEV_TOKEN
: developer token for box authentication. needs to be replaced with box JWT auth