Hi,
I am trying to automatically download/upload files from/to BOX via the API using a PowerShell script.
I have followed the following guide (https://developer.box.com/docs/getting-started-box-platform) and I am struggling to find a way to grant access without user clicking on the browser.
I have looked into the following discussion (https://community.box.com/t5/Box-Developer-Forum/Re-How-I-can-connect-to-OAuth2-from-server-side-script-without/m-p/1980#M171) and it seems like it is not possible without interacting with the browser.
I am looking into the Authentication with JWT. This seems promising, but I am not 100% sure. Is this the official way of doing this kind of task?
Thanks,
Daniel