I have been working on setting up a Google Search agent using a Confluence connector. I've successfully created a Confluence application, connected it to Google Cloud and created a data store that has downloaded all the necessary documents.
The problem arises when trying to query the agent. Probably due to the data source access control, I can only receive results from a space where I have both read and write permissions. I am not able to query documents from public spaces, with read-only permissions.
I have followed the provided documentation (https://cloud.google.com/generative-ai-app-builder/docs/connect-third-party-data-source#confluence ) and ensured that the data store includes documents from all relevant spaces (it has identified over 1,000 documents, even though the space I can access only contains about 10 documents). The Confluence app has the correct permission scopes, and my email visibility is set to "Anyone."
I would greatly appreciate any insights or advice. Thanks in advance for your help.