mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Microsoft Excel 365 Plugin: SharePoint Path Interpretation Bug #816
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ytnobody on GitHub (Nov 18, 2025).
Self Checks
Dify version
1.9.2
Plugin version
0.1.1
Cloud or Self Hosted
Cloud
Steps to reproduce
Setup Phase:
Configure SharePoint Access:
Trigger the Bug:
site_id: Your SharePoint site IDfolder_path:"id:[FOLDER_ID]"(any folder ID from SharePoint)file_type_filter:"all"max_results:50Observe the Error:
Verify the Bug with Different Paths:
"id:[ID_WITH_SPECIAL_CHAR]""Shared Documents"(folder names with spaces)Expected Behavior (After Fix):
HTTP 200 OKwith file listid:format and regular path namesAdditional information
May be fixed with below.
File:
tools/microsoft_excel_365/tools/list_all_files.py✔️ Error log
input
output
@dosubot[bot] commented on GitHub (Dec 5, 2025):
Hi, @ytnobody. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!
@ytnobody commented on GitHub (Dec 7, 2025):
Yes, still relevant in latest version of the Microsoft Excel 365 Plugin.
@dosubot[bot] commented on GitHub (Dec 7, 2025):
@crazywoola The user reports that the HTTP 400 error with the "List All Files" tool in the Microsoft Excel 365 plugin is still occurring in the latest version. Could you please assist with this issue?