Currently it's only possible to request Planner endpoints with a delegated token. App only tokens are not supported.
Instead of getting a Graph error, we could display an error message like This command is not supported with application permissions.
We cannot check the token in the validation stage. This check should be done first in the commandAction method.
Commands to update:
Discussed in #3261
Currently it's only possible to request Planner endpoints with a delegated token. App only tokens are not supported.
Instead of getting a Graph error, we could display an error message like
This command is not supported with application permissions.We cannot check the token in the
validationstage. This check should be done first in thecommandActionmethod.Commands to update:
planner bucket removecommand. Closes #2742 #3250 is completed)Discussed in #3261