{"id":17588,"date":"2026-07-30T09:03:27","date_gmt":"2026-07-30T00:03:27","guid":{"rendered":"https:\/\/m365jp.net\/?p=17588"},"modified":"2026-07-30T09:08:09","modified_gmt":"2026-07-30T00:08:09","slug":"mc1442608-microsoft-sharepoint-embedded-update-to-driveitem-weburl-behavior","status":"publish","type":"post","link":"https:\/\/m365jp.net\/index.php\/2026-07-30-mc1442608-microsoft-sharepoint-embedded-update-to-driveitem-weburl-behavior","title":{"rendered":"MC1442608 | Microsoft SharePoint Embedded: Update to driveItem.webUrl behavior"},"content":{"rendered":"<div class=\"postie-post\">\n<div>\n<hr>\n<table id=\"section\">\n<tbody>\n<tr>\n<th width=\"95%\">MC1442608 | Microsoft SharePoint Embedded: Update to driveItem.webUrl behavior<\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<table id=\"data\">\n<tbody>\n<tr>\n<th>Classification<\/th>\n<td>planForChange<\/td>\n<\/tr>\n<tr>\n<th>Last Updated<\/th>\n<td>07\/29\/2026 23:06:31<\/td>\n<\/tr>\n<tr>\n<th>Start Time<\/th>\n<td>07\/29\/2026 23:06:12<\/td>\n<\/tr>\n<tr>\n<th>End Time<\/th>\n<td>03\/01\/2037 08:00:00<\/td>\n<\/tr>\n<tr>\n<th>Message Content<\/th>\n<td>\n<p><b>[What and why]<\/b><\/p>\n<p>We are updating the behavior of the Microsoft Graph <code>driveItem.webUrl<\/code> property for content stored in  <i>SharePoint Embedded<\/i>.<\/p>\n<p>After this change, <code>driveItem.webUrl<\/code> will return the URL used to open a file in a browser rather than being treated as a stable file location or identifier. Depending on the file type and your SharePoint Embedded configuration, the returned URL   may be:<\/p>\n<ul>\n<li>A Microsoft 365 web viewer URL<\/li>\n<li>A SharePoint Embedded PDF viewer URL<\/li>\n<li>A redirect URL generated from your configured urlTemplate<\/li>\n<li>A Microsoft help page URL<\/li>\n<\/ul>\n<p>This update aligns <code>driveItem.webUrl<\/code> with its intended purpose as a browser launch URL. Applications that require a stable identifier for a file should use  <code>driveItemId<\/code>, which remains the only unique and stable identifier for an item within a drive. The SharePoint Embedded documentation describes  <code>driveItem.webUrl<\/code> as the URL used to launch supported files in <i>Microsoft 365 experiences<\/i>.<\/p>\n<p><b>[Rollout schedule]<\/b><\/p>\n<ul>\n<li><b>Targeted Release:<\/b> Beginning in <b>mid-August 2026<\/b><\/li>\n<li><b>General Availability (Worldwide):<\/b> Beginning in <b>mid-February 2027<\/b><\/li>\n<li><b>Temporary opt-out available until: August 17, 2026<\/b>&nbsp;<\/li>\n<li><b>Customers who opt out before August 17, 2026<\/b>, will have an additional six months to transition to the new behavior.<\/li>\n<li><b>Temporary opt-out support ends February 22, 2027<\/b><\/li>\n<li>After February 22, 2027, all customers will receive the updated <code>driveItem.webUrl<\/code> behavior.<\/li>\n<\/ul>\n<p><b>[Impact on your organization]<\/b><\/p>\n<p><i>Who is affected<\/i><\/p>\n<p>Organizations that develop, manage, or use <b>SharePoint Embedded applications<\/b> that rely on  <code>driveItem.webUrl<\/code><b> <\/b>as a permanent file location, stable URL, or file identifier<\/p>\n<p><i>Platforms and services<\/i><\/p>\n<ul>\n<li>SharePoint Embedded<\/li>\n<li>Microsoft Graph<\/li>\n<li>Microsoft 365 web viewers<\/li>\n<li>SharePoint Embedded PDF viewer<\/li>\n<\/ul>\n<p><i>What will happen<\/i><\/p>\n<p>After this change:<\/p>\n<ul>\n<li>Word, Excel, PowerPoint, and other supported Microsoft 365 file types will return a Microsoft 365 viewer URL.<\/li>\n<li>PDF files will return a SharePoint Embedded PDF viewer URL.<\/li>\n<li>Unsupported file types with a configured urlTemplate will return a redirect URL generated from that template.<\/li>\n<li>Unsupported file types without a configured urlTemplate will return a Microsoft help page URL.<\/li>\n<\/ul>\n<p>Applications are not expected to require changes if driveItem.webUrl is used only to open files in a browser.<\/p>\n<p>Your application may require updates if it:<\/p>\n<ul>\n<li>Stores <code>driveItem.webUrl<\/code> as a permanent file location.<\/li>\n<li>Uses <code>driveItem.webUrl<\/code> as a file identifier.<\/li>\n<li>Compares <code>driveItem.webUrl<\/code> values over time to determine file identity or location.<\/li>\n<li>Passes <code>driveItem.webUrl<\/code> to services that require a stable storage URL.<\/li>\n<li>Assumes <code>driveItem.webUrl<\/code> remains unchanged across file types, viewer support scenarios, or redirect configurations.<\/li>\n<\/ul>\n<p><b>[Action required and recommendations]<\/b><\/p>\n<p>Review how your SharePoint Embedded applications use <code>driveItem.webUrl<\/code>.<\/p>\n<p><b>No action is required<\/b> if <code>driveItem.webUrl<\/code> is used only to open files in a browser.<\/p>\n<p>We recommend:<\/p>\n<ul>\n<li>Identify any application dependencies on <code>driveItem.webUrl<\/code> as a stable identifier or permanent URL.<\/li>\n<li>Update applications to use <code>driveItemId<\/code> when a stable item identifier is required.<\/li>\n<li>Review redirect behavior for unsupported file types.<\/li>\n<li><b>Configure<\/b> <code>urlTemplate<\/code> if users should be redirected back to your application. Review:&nbsp;<a href=\"https:\/\/learn.microsoft.com\/sharepoint\/dev\/embedded\/build\/open-office-files#configure-redirect-behavior\" target=\"_blank\">Configure redirect   behavior<\/a><\/li>\n<li>Validate application behavior against the updated <code>driveItem.webUrl<\/code> experience before enforcement begins.<\/li>\n<li>Remove dependencies on the legacy <code>driveItem.webUrl<\/code> behavior before temporary opt-out support ends.<\/li>\n<\/ul>\n<p>Use <code>driveItem.webUrl\u200b<\/code> when your application needs a URL that opens the file in a browser. Use the  <code>driveItemId<\/code>\u200b when you need a stable, unique reference to an item.<\/p>\n<p>Organizations that need additional migration time can temporarily retain the current behavior for a SharePoint Embedded container type by setting  <code>UseLegacyItemWebUrl<\/code> to <b>true<\/b>. Review:&nbsp;<a href=\"https:\/\/learn.microsoft.com\/powershell\/module\/microsoft.online.sharepoint.powershell\/set-spocontainertypeconfiguration?view=sharepoint-ps\" target=\"_blank\">Set-SPOContainerTypeConfiguration<\/a>&nbsp;<\/p>\n<p>The temporary opt-out is intended only as a migration aid and will no longer be honored after February 22, 2027.<\/p>\n<p><b>Learn more<\/b><\/p>\n<ul>\n<li><a href=\"https:\/\/learn.microsoft.com\/sharepoint\/dev\/embedded\/build\/open-office-files#configure-redirect-behavior\" target=\"_blank\">Configure redirect behavior &#8211; Open Office files from your app | SharePoint | Microsoft Learn<\/a><\/li>\n<li><a href=\"https:\/\/learn.microsoft.com\/powershell\/module\/microsoft.online.sharepoint.powershell\/set-spocontainertypeconfiguration?view=sharepoint-ps\" target=\"_blank\">Set-SPOContainerTypeConfiguration | Microsoft.OnlineSharePoint.PowerShell | PowerShell |   Microsoft Learn<\/a><\/li>\n<\/ul>\n<p><b>[Compliance considerations]<\/b><\/p>\n<p>No compliance considerations identified. Review as appropriate for your organization.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<th>Machine Translation<\/th>\n<td>\n<p><b>[\u4f55\u3068\u306a\u305c]<\/b><\/p>\n<p>SharePoint <i>Embedded<\/i>\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u306eMicrosoft Graph <code>driveItem.webUrl<\/code>\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u6319\u52d5\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u3053\u306e\u5909\u66f4\u5f8c\u3001 <code>driveItem.webUrl<\/code> \u306f\u5b89\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u4f4d\u7f6e\u3084\u8b58\u5225\u5b50\u3068\u3057\u3066\u6271\u308f\u308c\u305a\u3001\u30d6\u30e9\u30a6\u30b6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u969b\u306b\u4f7f\u308f\u308c\u305fURL\u3092\u8fd4\u3057\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3084SharePoint Embedded\u306e\u8a2d\u5b9a\u306b\u3088\u3063\u3066\u3001\u8fd4\u3055\u308c\u308bURL\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059:<\/p>\n<ul>\n<li>Microsoft 365 \u30a6\u30a7\u30d6\u30d3\u30e5\u30fc\u30a2\u306eURL<\/li>\n<li>SharePoint\u7d44\u307f\u8fbc\u307fPDF\u30d3\u30e5\u30fc\u30a2\u306eURL<\/li>\n<li>\u8a2d\u5b9a\u3057\u305fURL\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304b\u3089\u751f\u6210\u3055\u308c\u308b\u30ea\u30c0\u30a4\u30ec\u30af\u30c8URL\u3067\u3059<\/li>\n<li>Microsoft\u30d8\u30eb\u30d7\u30da\u30fc\u30b8\u306eURL<\/li>\n<\/ul>\n<p>\u3053\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306f\u3001\u30d6\u30e9\u30a6\u30b6\u306e\u8d77\u52d5URL\u3068\u3044\u3046\u672c\u6765\u306e\u76ee\u7684\u306b<code>driveItem.webUrl<\/code>\u6cbf\u3063\u3066\u3044\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306b\u5b89\u5b9a\u3057\u305f\u8b58\u5225\u5b50\u304c\u5fc5\u8981\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u30c9\u30e9\u30a4\u30d6\u5185\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u5bfe\u3057\u3066\u552f\u4e00\u4e00\u610f\u304b\u3064\u5b89\u5b9a\u3057\u305f\u8b58\u5225\u5b50\u3068\u3057\u3066<code>driveItemId<\/code>\u3092\u4f7f\u3046\u3079\u304d\u3067\u3059\u3002SharePoint\u7d44\u307f\u8fbc\u307f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3067\u306f\u3001<i>Microsoft 365\u306e\u4f53\u9a13<\/i>\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u3092\u8d77\u52d5\u3059\u308b\u305f\u3081\u306b\u4f7f\u308f\u308c\u308bURL\u3068\u3057\u3066<code>driveItem.webUrl<\/code>\u304c\u8aac\u660e\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n<p><b>[\u5c55\u958b\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb]<\/b><\/p>\n<ul>\n<li><b>\u30ea\u30ea\u30fc\u30b9\u4e88\u5b9a:<\/b><b>2026\u5e748\u6708\u4e2d\u65ec<\/b>\u304b\u3089\u958b\u59cb<\/li>\n<li><b>\u4e00\u822c\u516c\u958b(\u5168\u4e16\u754c\u516c\u958b):<\/b><b>2027\u5e742\u6708\u4e2d\u65ec<\/b>\u304b\u3089\u958b\u59cb<\/li>\n<li><b>\u4e00\u6642\u7684\u306a\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8\u306f2026\u5e748\u670817\u65e5\u307e\u3067\u5229\u7528\u53ef\u80fd\u3067\u3059<\/b>&nbsp;<\/li>\n<li><b>2026\u5e748\u670817\u65e5\u4ee5\u524d\u306b\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8\u3057\u305f\u9867\u5ba2\u306f<\/b>\u3001\u65b0\u3057\u3044\u884c\u52d5\u306b\u79fb\u884c\u3059\u308b\u305f\u3081\u306b\u3055\u3089\u306b6\u304b\u6708\u306e\u7336\u4e88\u304c\u3042\u308a\u307e\u3059\u3002<\/li>\n<li><b>\u4e00\u6642\u7684\u306a\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8\u30b5\u30dd\u30fc\u30c8\u306f2027\u5e742\u670822\u65e5\u306b\u7d42\u4e86\u3057\u307e\u3059<\/b><\/li>\n<li>2027\u5e742\u670822\u65e5\u4ee5\u964d\u3001\u3059\u3079\u3066\u306e\u9867\u5ba2\u306b\u306f\u66f4\u65b0\u3055\u308c\u305f <code>driveItem.webUrl<\/code> \u52d5\u4f5c\u304c\u5c4a\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n<p><b>[\u7d44\u7e54\u3078\u306e\u5f71\u97ff]<\/b><\/p>\n<p><i>\u5f71\u97ff\u3092\u53d7\u3051\u308b\u4eba\u7269<\/i><\/p>\n<p><code>driveItem.webUrl<\/code>\u3092\u6052\u4e45\u7684\u306a\u30d5\u30a1\u30a4\u30eb\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u5b89\u5b9a\u3057\u305fURL\u3001\u307e\u305f\u306f\u30d5\u30a1\u30a4\u30eb\u8b58\u5225\u5b50<b><\/b>\u3068\u3057\u3066\u4f9d\u5b58\u3059\u308b<b>SharePoint\u7d44\u307f\u8fbc\u307f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/b>\u3092\u958b\u767a\u3001\u7ba1\u7406\u3001\u307e\u305f\u306f\u4f7f\u7528\u3059\u308b\u7d44\u7e54<\/p>\n<p><i>\u30db\u30fc\u30e0\u3068\u30b5\u30fc\u30d3\u30b9<\/i><\/p>\n<ul>\n<li>SharePoint\u7d44\u307f\u8fbc\u307f<\/li>\n<li>\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u30b0\u30e9\u30d5<\/li>\n<li>Microsoft 365 \u30a6\u30a7\u30d6\u30d3\u30e5\u30fc\u30a2<\/li>\n<li>SharePoint\u7d44\u307f\u8fbc\u307fPDF\u30d3\u30e5\u30fc\u30a2<\/li>\n<\/ul>\n<p><i>\u4f55\u304c\u8d77\u3053\u308b\u306e\u304b<\/i><\/p>\n<p>\u3053\u306e\u5909\u66f4\u5f8c:<\/p>\n<ul>\n<li>Word\u3001Excel\u3001PowerPoint\u3001\u305d\u306e\u4ed6\u5bfe\u5fdc\u3059\u308bMicrosoft 365\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306fMicrosoft 365\u30d3\u30e5\u30fc\u30a2URL\u3092\u8fd4\u3057\u307e\u3059\u3002<\/li>\n<li>PDF\u30d5\u30a1\u30a4\u30eb\u306fSharePoint\u7d44\u307f\u8fbc\u307fPDF\u30d3\u30e5\u30fc\u30a2\u306eURL\u3092\u8fd4\u3057\u307e\u3059\u3002<\/li>\n<li>\u5bfe\u5fdc\u3055\u308c\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u8a2d\u5b9a\u6e08\u307f\u306eURL\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306f\u3001\u305d\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304b\u3089\u751f\u6210\u3055\u308c\u305f\u30ea\u30c0\u30a4\u30ec\u30af\u30c8URL\u3092\u8fd4\u3057\u307e\u3059\u3002<\/li>\n<li>\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044URLTemplate\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f\u3001Microsoft\u30d8\u30eb\u30d7\u30da\u30fc\u30b8\u306eURL\u3092\u8fd4\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n<p>driveItem.webUrl\u304c\u30d6\u30e9\u30a6\u30b6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u305f\u3081\u3060\u3051\u306b\u4f7f\u308f\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5909\u66f4\u306f\u4e0d\u8981\u3068\u4e88\u60f3\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>\u7533\u8acb\u66f8\u304c\u4ee5\u4e0b\u306e\u901a\u308a\u306b\u66f4\u65b0\u304c\u5fc5\u8981\u306a\u5834\u5408\u304c\u3042\u308a\u307e\u3059:<\/p>\n<ul>\n<li><code>driveItem.webUrl<\/code>\u3092\u6052\u4e45\u7684\u306a\u30d5\u30a1\u30a4\u30eb\u5834\u6240\u3068\u3057\u3066\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/li>\n<li>\u30d5\u30a1\u30a4\u30eb\u8b58\u5225\u5b50\u3068\u3057\u3066 <code>driveItem.webUrl<\/code> \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/li>\n<li>\u6642\u9593\u3092\u304b\u3051\u3066\u306e <code>driveItem.webUrl<\/code> \u5024\u3092\u6bd4\u8f03\u3057\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u8b58\u5225\u3084\u4f4d\u7f6e\u3092\u7279\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<li>\u5b89\u5b9a\u3057\u305f\u30b9\u30c8\u30ec\u30fc\u30b8URL\u304c\u5fc5\u8981\u306a\u30b5\u30fc\u30d3\u30b9\u3078\u306e\u30d1\u30b9 <code>driveItem.webUrl<\/code> \u3002<\/li>\n<li>\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3001\u30d3\u30e5\u30fc\u30a2\u30b5\u30dd\u30fc\u30c8\u30b7\u30ca\u30ea\u30aa\u3001\u307e\u305f\u306f\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u8a2d\u5b9a\u3092\u554f\u308f\u305a\u3001 <code>driveItem.webUrl<\/code> \u304c\u5909\u66f4\u3055\u308c\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u524d\u63d0\u3068\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n<p><b>[\u884c\u52d5\u304c\u5fc5\u8981\u3068\u63d0\u8a00]<\/b><\/p>\n<p>SharePoint \u7d44\u307f\u8fbc\u307f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e <code>driveItem.webUrl<\/code> \u306e\u4f7f\u3044\u65b9\u3092\u78ba\u8a8d\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n<p>\u30d6\u30e9\u30a6\u30b6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u305f\u3081\u3060\u3051\u306b\u4f7f\u3046<code>driveItem.webUrl<\/code>\u306f\u4f55<b>\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3082\u5fc5\u8981<\/b>\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<p>\u63a8\u5968\u4e8b\u9805:<\/p>\n<ul>\n<li><code>driveItem.webUrl<\/code>\u306b\u4f9d\u5b58\u3059\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u4f9d\u5b58\u95a2\u4fc2\u3092\u5b89\u5b9a\u3057\u305f\u8b58\u5225\u5b50\u307e\u305f\u306f\u6052\u4e45\u7684\u306aURL\u3068\u3057\u3066\u7279\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u5b89\u5b9a\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u8b58\u5225\u5b50\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092 <code>driveItemId<\/code> \u306b\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u306e\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u52d5\u4f5c\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li><b><code>urlTemplate<\/code>\u8a2d\u5b9a<\/b>\u30e6\u30fc\u30b6\u30fc\u304c\u3042\u306a\u305f\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u3055\u308c\u308b\u3079\u304d\u304b\u3069\u3046\u304b\u3002\u30ec\u30d3\u30e5\u30fc:&nbsp;<a href=\"https:\/\/learn.microsoft.com\/sharepoint\/dev\/embedded\/build\/open-office-files#configure-redirect-behavior\" target=\"_blank\">\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u52d5\u4f5c\u306e\u8a2d\u5b9a<\/a><\/li>\n<li>\u9069\u7528\u958b\u59cb\u524d\u306b\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u52d5\u4f5c\u3092\u66f4\u65b0\u3055\u308c\u305f <code>driveItem.webUrl<\/code> \u4f53\u9a13\u3068\u6bd4\u8f03\u3057\u3066\u691c\u8a3c\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u4e00\u6642\u7684\u306a\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8\u30b5\u30dd\u30fc\u30c8\u304c\u7d42\u4e86\u3059\u308b\u524d\u306b\u3001\u30ec\u30ac\u30b7\u30fc <code>driveItem.webUrl<\/code> \u884c\u52d5\u3078\u306e\u4f9d\u5b58\u3092\u6392\u9664\u3057\u307e\u3057\u3087\u3046\u3002<\/li>\n<\/ul>\n<p>\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30d6\u30e9\u30a6\u30b6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304fURL\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f <code>driveItem.webUrl?<\/code> \u4f7f\u3044\u307e\u3059\u3002 <code>driveItemId<\/code>?\u30a2\u30a4\u30c6\u30e0\u3078\u306e\u5b89\u5b9a\u7684\u3067\u4e00\u610f\u306a\u53c2\u7167\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u4f7f\u3044\u307e\u3059\u3002<\/p>\n<p>\u8ffd\u52a0\u306e\u79fb\u884c\u6642\u9593\u304c\u5fc5\u8981\u306a\u7d44\u7e54\u306f\u3001 <code>UseLegacyItemWebUrl<\/code> \u3092 <b>true<\/b>\u306b\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u3001SharePoint Embedded \u30b3\u30f3\u30c6\u30ca\u30bf\u30a4\u30d7\u306e\u73fe\u5728\u306e\u52d5\u4f5c\u3092\u4e00\u6642\u7684\u306b\u4fdd\u6301\u3067\u304d\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc:&nbsp;<a href=\"https:\/\/learn.microsoft.com\/powershell\/module\/microsoft.online.sharepoint.powershell\/set-spocontainertypeconfiguration?view=sharepoint-ps\" target=\"_blank\">Set-SPOContainerTypeConfiguration<\/a>&nbsp;<\/p>\n<p>\u3053\u306e\u4e00\u6642\u7684\u306a\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8\u306f\u79fb\u6c11\u652f\u63f4\u306e\u305f\u3081\u306e\u3082\u306e\u3067\u3042\u308a\u30012027\u5e742\u670822\u65e5\u4ee5\u964d\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\u3002<\/p>\n<p><b>\u8a73\u3057\u304f\u306f\u3053\u3061\u3089<\/b><\/p>\n<ul>\n<li><a href=\"https:\/\/learn.microsoft.com\/sharepoint\/dev\/embedded\/build\/open-office-files#configure-redirect-behavior\" target=\"_blank\">\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u52d5\u4f5c\u306e\u8a2d\u5b9a &#8211; \u30a2\u30d7\u30ea\u304b\u3089Office\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f |SharePoint |Microsoft Learn<\/a><\/li>\n<li><a href=\"https:\/\/learn.microsoft.com\/powershell\/module\/microsoft.online.sharepoint.powershell\/set-spocontainertypeconfiguration?view=sharepoint-ps\" target=\"_blank\">Set-SPOContainerTypeConfiguration |Microsoft.OnlineSharePoint.PowerShell |PowerShell |Microsoft   Learn<\/a><\/li>\n<\/ul>\n<p><b>[\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\u306e\u8003\u616e\u4e8b\u9805]<\/b><\/p>\n<p>\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\u4e0a\u306e\u8003\u616e\u4e8b\u9805\u306f\u7279\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u7d44\u7e54\u306b\u5fdc\u3058\u305f\u9069\u5207\u306a\u30ec\u30d3\u30e5\u30fc\u3092\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>MC1442608 | Microsoft SharePoint Embedded: Update to driveItem.webUrl behavior Classification planForChange La [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-17588","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts\/17588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/comments?post=17588"}],"version-history":[{"count":0,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts\/17588\/revisions"}],"wp:attachment":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/media?parent=17588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/categories?post=17588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/tags?post=17588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}