Allow user to share a file to Chatbot from Zoom UI

Problem Description:
Currently Zoom UI allows user to share a file to channel or human contacts, but it does not allow to share a file to Chatbot.
We would like to provide a chatbot that can provide additional functionalities on the shared document.

Describe the solution you’d like
Please have the setting (like MS Teams chat bot option in manifest file- “supportsFiles”: true) in the developer portal that can be configured during the app creation in the developer portal, if this option is selected, please allow to share files to the chat bot similar to channel or human contacts.
A clear and concise description of what you want to happen.

Describe alternatives you’ve considered
A clear and concise description of any alternative solutions or features you’ve considered.

Additional context
Add any other context or screenshots about the feature request here.

1 Like

Any update on this feature request?

I would like to show the user “files list” similar to “All Files”, so that user could select a file from my bot, when I looked into the fiddler while selecting “All Files”:

I see the following REST API:

https://async.zoom.us/search/files HTTP/1.1

Is this API available to use from Chatbot?

Any feedback is appreciated.