-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneDriveAndSharePoint capability not working #13545
Comments
👋 Hi @arunpandi1, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response It looks like you're facing an issue with the "OneDriveAndSharePoint" capability for a declarative agent in the Teams Toolkit. Several common issues could be causing this, so here are some troubleshooting steps and recommendations: Troubleshooting Steps:
Additional Suggestions:
Example Log Configuration:To apply additional logging in VS Code, you can edit the {
"teamsToolkit.enableTelemetry": true,
"teamsToolkit.logLevel": "debug"
} Providing Feedback:Collect all relevant logs and steps taken and provide them detailed in an issue on the relevant GitHub repository for further assistance. Getting More Help:If the problem persists, consider reaching out in the GitHub repository’s issues section provided for Teams Toolkit or seek additional support from Microsoft. Link for GitHub repository to report issues: By following the steps above, you should be able to diagnose more precisely what's causing the "OneDriveAndSharePoint" capability to malfunction in your declarative agent.
|
Thank you for bringing this issue to our attention. We will look into it and get back to you shortly. |
We are currently working on reproducing the scenario, but we are encountering an error. We will keep you updated as soon as we have any progress. |
Describe the bug
We recently created a declarative agent using the Copilot Studio toolkit and added the "OneDriveAndSharePoint" capability to enable integration with OneDrive and SharePoint data. However, after successfully provisioning the agent, it is not functioning as expected
To Reproduce
Steps to reproduce the behavior:
{ "name": "OneDriveAndSharePoint", "items_by_url": [ { "url": "https://xxxx.sharepoint.com/sites/xxx/DemoLibrary/" } ] }
Expected behavior
The agent should successfully fetch and return the content from the specified SharePoint file or document library.
Screenshots
Teams Toolkit version (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: