I need to ask one question it is possible to use g...
# 💻developers
f
I need to ask one question it is possible to use google drive or OneDrive file as Knowledge base for our chatbot using botpress? If anyone have any idea please guide me on this, how to achieve this. Currently, we are using some options in the botpress to upload files, use Web Pages or Use whole website pages which is a kind of internal handling of knowledge bases but if I a want to use any external knowledge base file which is placed on cloud like Google Drive or OneDrive then how to achieve this in the botpress framework?
Please any one knows about this, message on this as earliest as possible:)
w
It is possible @future-daybreak-52187🙂 You would need to do an API call to your Drive to access the KB. Please post your request in https://discord.com/channels/1108396290624213082/1111009377525186570 section for more help!
f
Thank you, greatly appreciated. Do you mean when the API response comes then I will use that API response as KB? Please write a few lines on it as I am naive with API calls and stuff.
w
No worries, I’m no coder myself either! The API call just means you giving Botpress an opportunity to communicate with an external source (like OneDrive). That response would bring back the KB answer and display it as a Botpress message.
f
That makes sense to me. Thank you so much for your prompt answer.
It means I will send my KB question as a request in an API call, and the response will be fetched as an answer from the OneDrive file treating it as KB, then simply it will be displayed to my chatbot. So I need to enable "Enable Knowledge Answer" on the node.