問題タブ [azure-gov]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Microsoft Graph List は、National Cloud エンドポイントで API を配置します
最近、ナショナル クラウド サポートを追加したアプリケーションで Microsoft Graph API を使用しています。米国の環境では認証は成功しますが、リストの場所の API は、国内のクラウド エンドポイントでは機能していないようです。
org.springframework.web.client.HttpClientErrorException: 400 Bad Request
この行でエラーが発生していますResponseEntity<GraphResourceProfileResponse> response = restTemp.exchange(GET_ROOMS_URL, HttpMethod.GET,entity, GraphResourceProfileResponse.class);
。ただし、これはグローバル エンドポイントでは問題なく機能します。問題は何ですか?