I am a bit confused about the application type and authentication method best suited for my use case.
- I want to build an application, which should be published into the box app centre.
- The application should add context menu items to the existing box cloud
- Users with the box cloud account are the expected users. They will select a file or folder and click the context menu option.
- Context menu item click - should invoke our API., with information about the selected file or folder.
- The application should have permission to download and upload files.
The main concern is that I want a long-lived token. I don’t want to re-authenticate for every call of a user a short-lived token.
If multiple Organizations installed the application, How do we differentiate the organization?
Thanks, Sarin