Hello, I would like to get some assistance here.
Currently I'm working on a feature to automate a functionality to upload automatically some files for a product. The files should be upload to a specific folders inside corporate account.
Problem is, those folders belong to a user who restricted the access, I need a way to access those folders, could be JWT authentication, I already created the code and is not working(Error 404, folder can't be found). However If I use developer token it works perfectly. OAuth 2 is not an option because we don't want user involvement and certainly we don't want to expose user token in the code.
If I understand correctly, I only have three options:
- Create an application on admin level
- The Owner of those folders can create the application but they don't have the experience
- Use developer token to upload the files
I already saw the guides in box and I know where they are. I'm looking more for a professional advice and I need to solve this for yesterday(Work related).
Have someone faced this problem? Any suggestions? Either using or not the boxsdk or different method? FTP or something.
Thanks in advance