Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Shows a warning when Dev Proxy detects a request to OneDrive and SharePoint search APIs.
This plugin follows the Microsoft Search APIs guidance.
This plugin detects the following requests:
graph.microsoft.com/{version}/drives/{drive-id}/root/search(q='{search-text}')graph.microsoft.com/{version}/groups/{group-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/me/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/sites/{site-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/users/{user-id}/drive/root/search(q='{search-text}')graph.microsoft.com/{version}/sites?search={query}
Configuration example
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
"plugins": [
{
"name": "ODSPSearchGuidancePlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll"
}
],
"urlsToWatch": [
"https://graph.microsoft.com/v1.0/*",
"https://graph.microsoft.com/beta/*",
"https://graph.microsoft.us/v1.0/*",
"https://graph.microsoft.us/beta/*",
"https://dod-graph.microsoft.us/v1.0/*",
"https://dod-graph.microsoft.us/beta/*",
"https://microsoftgraph.chinacloudapi.cn/v1.0/*",
"https://microsoftgraph.chinacloudapi.cn/beta/*"
]
}
Configuration properties
None
Command line options
None
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.