[source-google-search-console] Problem creating new source InvalidSiteURLValidationError
#32039
-
Hi Team, I am currently using Airbyte OSS. I am trying to use the Google Search Console source with recommended service account setup. While the service account seems to have Project level Viewer and Domain wide delegation for this For the Admin Email field, I am using my own email where I have Viewer permissions to GSC. Can you please help on the issue? Error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I had the same problem and found the solution in the initial specification of the search console api. In the case of using a search console domain instead of just a specific url the website url is written like this "sc-domain:example.com" as described here https://developers.google.com/webmaster-tools/v1/sites/get. This was the solution for me. |
Beta Was this translation helpful? Give feedback.
-
Sometimes this problem can be related to the issue discussed here #34285 where you're using a wrong permission and Airbyte is returning a bad error message. |
Beta Was this translation helpful? Give feedback.
I had the same problem and found the solution in the initial specification of the search console api. In the case of using a search console domain instead of just a specific url the website url is written like this "sc-domain:example.com" as described here https://developers.google.com/webmaster-tools/v1/sites/get. This was the solution for me.