You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error":{
"code":"","message":"The request entity's media type 'application/x-www-form-urlencoded' is not supported for this resource
}
Steps to reproduce
Create a new course and try to sync it to the oneNote api. When we debug, we will be able to see this error while the code tries to post the new course to the oneNote using api.
This error comes due to not properly set the header
The text was updated successfully, but these errors were encountered:
Not able to repro. It is possible that it got fixed due to some other fix, but if you are able to repro, then please provide more details in the steps.
Here are the steps I followed:
log in as admin
create a new course, enrol some students and teachers into it
log in as one of the students enrolled in the course
sign in to the Microsoft account for that student
the sign in process will create a new section in the student's notebook for the new course
"error":{
"code":"","message":"The request entity's media type 'application/x-www-form-urlencoded' is not supported for this resource
}
Steps to reproduce
Create a new course and try to sync it to the oneNote api. When we debug, we will be able to see this error while the code tries to post the new course to the oneNote using api.
This error comes due to not properly set the header
The text was updated successfully, but these errors were encountered: