-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got an 403 Error as result #13
Comments
Having the same issue as of today. InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Get-O365CalendarEvent], WebException |
Looks like Basic Authentication with api v1.0 is the problem. |
I have the same behavior with API v2.0 |
I changed my script to use EWS for now until I can figure out how to use
OAuth and Graph.
…On Thu, Jan 17, 2019 at 2:36 AM flslz ***@***.***> wrote:
I have the same behavior with API v2.0
Do you have any idea how to solve the problem?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmgCqT45DX6zOMA8xbuMsFB_eSmkkW8Jks5vECf1gaJpZM4aCmeq>
.
|
v1.0 "Basic Authentication for Outlook REST API is no longer supported" (403) Forbidden How do we fix this? |
With this article I'm able to get the AuthToken, but my knowledge is not enough to get it work with the Invoke-RestMethod. May one of you can figure out how. https://www.thelazyadministrator.com/2018/03/20/connect-to-the-microsoft-graph-api-with-powershell/ |
I have the same with api V2.0 Someone can help me to fix the script? Thanks in advance |
No description provided.
The text was updated successfully, but these errors were encountered: