Uipath - OneNote - How to generate access token

Hi Team,

I would like to know how to achieve the below via Uipath.

  1. how to generate access token via Uipath for OneNote API’s
  2. how to authenticate OneNote API’s via Uipath.

Thanks in advance.

Hi @kannappac,

Please check this article, should help.

Also one more link below, see if it helps:

Regards
Sonali

Hi @sonaliaggarwal47 ,

Thanks for your response. I tired with CData driver. This seems to be paid driver (30 days trial is available), which wont work for us.

I also gone through the other article, which can be done without Uipath. We have other ways to extract data from Onenote via Graph API’s. But the challenge we have is, the access token will get expired at regular time interval. Because of that, I was trying to explore whether is there any way, we can generate access token using Uipath.

Thanks again.

Hi @kannappac,

Have you tried this using uipath.office365.activities packages?

This packages offers different ways to connect to office 365 apps, this uses graph apis internally.

I have not tried this package for one note yet but may be exploring this would be worthwhile?

Regards
Sonali

Hi @sonaliaggarwal47 ,

Thanks for your response. Have explored uipath.office365.activities package…Unfortunately, this package doesn’t support OneNote services.