Cannot install Package. System.Exception: "NU1101: Unable to find package Google.Apis.Oauth2.v2

Hi, I try to set up scheduling on my process. Created robot, set upped machine, but when I publish a process and want to download it in UiPath Assistant I get error:
System.Exception: “NU1101: Unable to find package Google.Apis.Oauth2.v2. No packages exist with this id in source(s): Connect, https://cloud.uipath.com/braidlmeszlh/DefaultTenant/orchestrator_/nuget/v3/b1e7f6a4-9569-436e-97a7-add5e8ae59a6/index.json, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Local, Official”

How to overcome this error?
Thank you!

Hi,

Can you try to add the following URL as package feed of the robot?

https://api.nuget.org/v3/index.json

Regards,

@nika,

This happens when there are network restrictions to download the supporting packages.

Check firewall is allowing UiPath official package feed

https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json

Hello @nika

Please take a look at this post:

Regards
Soren

Hi, thank you for the answer. It’s been quite a long time as it is server account that belongs to government organisation and we had long discussions. I checked regarding firewall, when I open such link https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json I get the json file in response so everything seems to be okay with that.

Hi, thank you for your answer. Modifying one of the config files by adding line you specified helped me

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.