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
There have been quite a few class notebooks creation tasks that have failed, resulting in extremely long runs of the usergroups task (up to 30 mintutes), and even database timeouts. After adding an mtrace message in the catch block in replace_group_notebook_job, I have noticed that the notebooks have not been created, and the reason given was Error in API call: The request does not contain a valid authentication token..
I am not sure when this started to happen, but it may have been some time. Has there been a change in the Microsoft API that causes these issues? Also, I would like to ask to have the message permanently added to the code base, as silent failures are not usually desired.
The text was updated successfully, but these errors were encountered:
I confirm there is an issue when in the process to get an access token when calling OneNote Graph APIs using application access. The steps to get access token using application access for OneNote Graph API is apparently different from the steps to get access token for the latest Microsoft Graph API. I also confirm that there isn't an API function available in the Microsoft Graph API to create class notebook for a group.
Taking a step back, since the most probable use case for the plugin now is to create Teams instead of groups, the feature to convert a Notebook created for a group into a class Notebook isn't a necessary step any more. Therefore a decision has been made to remove this step in the next release. This should have no impact on the remaining features.
Please try this again when the new version is release later this month, and see if this solve the issues reported.
As per my last note, the function to convert a Notebook created for a group into a class Notebook has been removed in the latest release 3.9.3 and 3.10.0.
I'll close the issue for now just so that we can mark the milestone closed. Feel free to reopen it if you see any issue caused by this change.
There have been quite a few class notebooks creation tasks that have failed, resulting in extremely long runs of the usergroups task (up to 30 mintutes), and even database timeouts. After adding an mtrace message in the catch block in replace_group_notebook_job, I have noticed that the notebooks have not been created, and the reason given was
Error in API call: The request does not contain a valid authentication token.
.I am not sure when this started to happen, but it may have been some time. Has there been a change in the Microsoft API that causes these issues? Also, I would like to ask to have the message permanently added to the code base, as silent failures are not usually desired.
The text was updated successfully, but these errors were encountered: