-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot implicitly convert type Google.Analytics.Data.V1Beta.RunReportResponse to Google.Api.Gax.PagedEnumerable #8
Comments
Have the same issue |
Me too. |
And even when I fix the code so that it runs, I see this error:
I followed the instructions in the error message and visited https://developers.google.com/analytics/devguides/reporting and confirmed my property id is numeric. |
surferjeff
added a commit
to surferjeff/dotnet-docs-samples
that referenced
this issue
Oct 26, 2021
Code didn't compile, and Property path was incorrect.
ikuleshov
pushed a commit
that referenced
this issue
Oct 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to build this from fresh clone results in error "The type or namespace PagedEnumerable<> could not be found."
Adding "using Google.Api.Gax" resolves that, but then results in build error:
Cannot implicitly convert type Google.Analytics.Data.V1Beta.RunReportResponse to Google.Api.Gax.PagedEnumerable<Google.Analytics.Data.V1Beta.RunReportResponse,Google.Analytics.Data.V1Beta.DimensionHeader>
The text was updated successfully, but these errors were encountered: