SHD / MC Checker

MC1442608 | Microsoft SharePoint Embedded: Update to driveItem.webUrl behavior



MC1442608 | Microsoft SharePoint Embedded: Update to driveItem.webUrl behavior

Classification planForChange
Last Updated 07/29/2026 23:06:31
Start Time 07/29/2026 23:06:12
End Time 03/01/2037 08:00:00
Message Content

[What and why]

We are updating the behavior of the Microsoft Graph driveItem.webUrl property for content stored in SharePoint Embedded.

After this change, driveItem.webUrl 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:

  • A Microsoft 365 web viewer URL
  • A SharePoint Embedded PDF viewer URL
  • A redirect URL generated from your configured urlTemplate
  • A Microsoft help page URL

This update aligns driveItem.webUrl with its intended purpose as a browser launch URL. Applications that require a stable identifier for a file should use driveItemId, which remains the only unique and stable identifier for an item within a drive. The SharePoint Embedded documentation describes driveItem.webUrl as the URL used to launch supported files in Microsoft 365 experiences.

[Rollout schedule]

  • Targeted Release: Beginning in mid-August 2026
  • General Availability (Worldwide): Beginning in mid-February 2027
  • Temporary opt-out available until: August 17, 2026 
  • Customers who opt out before August 17, 2026, will have an additional six months to transition to the new behavior.
  • Temporary opt-out support ends February 22, 2027
  • After February 22, 2027, all customers will receive the updated driveItem.webUrl behavior.

[Impact on your organization]

Who is affected

Organizations that develop, manage, or use SharePoint Embedded applications that rely on driveItem.webUrl as a permanent file location, stable URL, or file identifier

Platforms and services

  • SharePoint Embedded
  • Microsoft Graph
  • Microsoft 365 web viewers
  • SharePoint Embedded PDF viewer

What will happen

After this change:

  • Word, Excel, PowerPoint, and other supported Microsoft 365 file types will return a Microsoft 365 viewer URL.
  • PDF files will return a SharePoint Embedded PDF viewer URL.
  • Unsupported file types with a configured urlTemplate will return a redirect URL generated from that template.
  • Unsupported file types without a configured urlTemplate will return a Microsoft help page URL.

Applications are not expected to require changes if driveItem.webUrl is used only to open files in a browser.

Your application may require updates if it:

  • Stores driveItem.webUrl as a permanent file location.
  • Uses driveItem.webUrl as a file identifier.
  • Compares driveItem.webUrl values over time to determine file identity or location.
  • Passes driveItem.webUrl to services that require a stable storage URL.
  • Assumes driveItem.webUrl remains unchanged across file types, viewer support scenarios, or redirect configurations.

[Action required and recommendations]

Review how your SharePoint Embedded applications use driveItem.webUrl.

No action is required if driveItem.webUrl is used only to open files in a browser.

We recommend:

  • Identify any application dependencies on driveItem.webUrl as a stable identifier or permanent URL.
  • Update applications to use driveItemId when a stable item identifier is required.
  • Review redirect behavior for unsupported file types.
  • Configure urlTemplate if users should be redirected back to your application. Review: Configure redirect behavior
  • Validate application behavior against the updated driveItem.webUrl experience before enforcement begins.
  • Remove dependencies on the legacy driveItem.webUrl behavior before temporary opt-out support ends.

Use driveItem.webUrl​ when your application needs a URL that opens the file in a browser. Use the driveItemId​ when you need a stable, unique reference to an item.

Organizations that need additional migration time can temporarily retain the current behavior for a SharePoint Embedded container type by setting UseLegacyItemWebUrl to true. Review: Set-SPOContainerTypeConfiguration 

The temporary opt-out is intended only as a migration aid and will no longer be honored after February 22, 2027.

Learn more

[Compliance considerations]

No compliance considerations identified. Review as appropriate for your organization.

Machine Translation

[何となぜ]

SharePoint Embeddedに保存されたコンテンツのMicrosoft Graph driveItem.webUrlプロパティの挙動を更新しています。

この変更後、 driveItem.webUrl は安定したファイル位置や識別子として扱われず、ブラウザでファイルを開く際に使われたURLを返します。ファイルタイプやSharePoint Embeddedの設定によって、返されるURLは以下の通りになることがあります:

  • Microsoft 365 ウェブビューアのURL
  • SharePoint組み込みPDFビューアのURL
  • 設定したURLテンプレートから生成されるリダイレクトURLです
  • MicrosoftヘルプページのURL

このアップデートは、ブラウザの起動URLという本来の目的にdriveItem.webUrl沿っています。ファイルに安定した識別子が必要なアプリケーションは、ドライブ内のアイテムに対して唯一一意かつ安定した識別子としてdriveItemIdを使うべきです。SharePoint組み込みドキュメントでは、Microsoft 365の体験でサポートされているファイルを起動するために使われるURLとしてdriveItem.webUrlが説明されています。

[展開スケジュール]

  • リリース予定:2026年8月中旬から開始
  • 一般公開(全世界公開):2027年2月中旬から開始
  • 一時的なオプトアウトは2026年8月17日まで利用可能です 
  • 2026年8月17日以前にオプトアウトした顧客は、新しい行動に移行するためにさらに6か月の猶予があります。
  • 一時的なオプトアウトサポートは2027年2月22日に終了します
  • 2027年2月22日以降、すべての顧客には更新された driveItem.webUrl 動作が届きます。

[組織への影響]

影響を受ける人物

driveItem.webUrlを恒久的なファイルロケーション、安定したURL、またはファイル識別子として依存するSharePoint組み込みアプリケーションを開発、管理、または使用する組織

ホームとサービス

  • SharePoint組み込み
  • マイクロソフトグラフ
  • Microsoft 365 ウェブビューア
  • SharePoint組み込みPDFビューア

何が起こるのか

この変更後:

  • Word、Excel、PowerPoint、その他対応するMicrosoft 365ファイル形式はMicrosoft 365ビューアURLを返します。
  • PDFファイルはSharePoint組み込みPDFビューアのURLを返します。
  • 対応されていないファイル形式で設定済みのURLテンプレートは、そのテンプレートから生成されたリダイレクトURLを返します。
  • 設定されていないURLTemplateに対応していないファイル形式は、MicrosoftヘルプページのURLを返します。

driveItem.webUrlがブラウザでファイルを開くためだけに使われている場合、アプリケーションの変更は不要と予想されます。

申請書が以下の通りに更新が必要な場合があります:

  • driveItem.webUrlを恒久的なファイル場所として保存します。
  • ファイル識別子として driveItem.webUrl を使用します。
  • 時間をかけての driveItem.webUrl 値を比較し、ファイルの識別や位置を特定します。
  • 安定したストレージURLが必要なサービスへのパス driveItem.webUrl
  • ファイル形式、ビューアサポートシナリオ、またはリダイレクト設定を問わず、 driveItem.webUrl が変更されていないことを前提とします。

[行動が必要と提言]

SharePoint 組み込みアプリケーションの driveItem.webUrl の使い方を確認しましょう。

ブラウザでファイルを開くためだけに使うdriveItem.webUrlは何のアクションも必要ありません。

推奨事項:

  • driveItem.webUrlに依存するアプリケーション依存関係を安定した識別子または恒久的なURLとして特定してください。
  • 安定したアイテム識別子が必要な場合は、アプリケーションを driveItemId に更新してください。
  • サポートされていないファイルタイプのリダイレクト動作を確認してください。
  • urlTemplate設定ユーザーがあなたのアプリケーションに戻されるべきかどうか。レビュー: リダイレクト動作の設定
  • 適用開始前に、アプリケーションの動作を更新された driveItem.webUrl 体験と比較して検証してください。
  • 一時的なオプトアウトサポートが終了する前に、レガシー driveItem.webUrl 行動への依存を排除しましょう。

アプリケーションがブラウザでファイルを開くURLが必要な場合は driveItem.webUrl? 使います。 driveItemId?アイテムへの安定的で一意な参照が必要な場合は使います。

追加の移行時間が必要な組織は、 UseLegacyItemWebUrltrueに設定することで、SharePoint Embedded コンテナタイプの現在の動作を一時的に保持できます。レビュー: Set-SPOContainerTypeConfiguration 

この一時的なオプトアウトは移民支援のためのものであり、2027年2月22日以降は適用されません。

詳しくはこちら

[コンプライアンスの考慮事項]

コンプライアンス上の考慮事項は特定されていません。組織に応じた適切なレビューを行ってください。