Hi team,
As part of project requirement, I was using Microsoft graph API for SharePoint integration to our project. and the integration for SharePoint was working fine. But recently we are facing problem with SharePoint with Microsoft graph API. And share point in not working.
Note that, before integration of SharePoint was working as expected and we didn't made any changes in API or permission side.
please find logs for the same attached
1) Exception Information
=============================================
Exception Type: Microsoft.Graph.ServiceException
Error: Code: generalException
Message: General exception while processing
Inner error:
AdditionalData:
date: 2023-01-23T05:01:34
request-id:
client-request-id:
ClientRequestId:
ResponseHeaders: Strict-Transport-Security: max-age=31536000
request-id:
client-request-id:
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"North Central US","Slice":"E","Ring":"3","ScaleUnit":"001","RoleInstance":"CH01EPF0000730F"}}
Connection: close
Cache-Control: no-store, no-cache
Date: Mon, 23 Jan 2023 05:01:33 GMT
StatusCode: InternalServerError
RawResponseBody: {"error":{"code":"generalException","message":"General exception while processing","innerError":{"date":"2023-01-23T05:01:34","request-id":"","client-request-id":""}}}
Message: Code: generalException
Message: General exception while processing
Inner error:
AdditionalData:
date: 2023-01-23T05:01:34
request-id:
client-request-id:
ClientRequestId:
HelpLink: NULL
Source: Microsoft.Graph.Core
HResult: -2146233088
StackTrace Information
=============================================
at Microsoft.Graph.HttpProvider.<SendAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.BaseRequest.<SendRequestAsync>d__40.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.BaseRequest.<SendAsync>d__34`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.UserFollowedSitesCollectionWithReferencesRequest.<GetAsync>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Mps.Client.Mfp.Service.Commons.ScanToOneDrive.Implementation.ScanToOneDriveService.<GetSharePointSites>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Mps.Client.Mfp.WebHost.Modules.SharePointModule.<GetSharePointSites>d__9.MoveNext()
Is there any upgrade in graph API, or any changes in permission for SharePoint, Any suggestion and information will be helpful.
thanks,
Meera E