Reference required to assembly

Hello everyone,
I’m trying find files from Google drive by UiPath.
However I meet a problem when I used “For each” activity to deal with the result from “Find files and Folders”.

It show an error message :

" Reference required to assembly ‘Google.Apis, Version=1.44.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab’
(containing the implemented interface ‘Google.Apis.Requests.IDirectResponseSchema’)"

But I’m already install related package and make sure their dependencies are contain Google.Apis Version >= 1.44.0.

I also tried to import many namespace which perhaps including the interface “Google.Apis.Requests.IDirectResponseSchema” but seems no use.

Does anyone knows what else can I try to solve the problem?
Many Thanks!

Hello,
I found the solution!
According to this topic:

Add a new variable and choose the type to the interface, then it works.

1 Like

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