Hi,
I'm trying to create an App integration that will be usable by External users which don't have Download permissions for the file.
The goal is for the App to just pass their request with the file ID to my Backend application, and the backend application will do the rest.
So this question has two parts:
- Can I create an App Integration what External Users can use from the right-click 'integrations' context menu?
- Can this app still work if the External user doesn't have Download permissions over the file? (assuming the app only needs to know the file ID, and not read the content)
Thank you


