Is there a way to authenticate a user coming from a File Action without requiring ticket-> redirect->token?
Here's the scenario:
- User adds our web app to their account on Box.com web site
- User selects a file clicks on "Open with Our App" (File Actions - Popup)
- Our app receives the parameters for file URL, file auth token, etc.
- User wishes to add comment to the file from our app
How do we make API call to add comment to file? Throughout the flow above, we do no have a user auth token required for API calls, even though user added the app and interacted with it.
Thanks for the help!