I have a published chrome extension that I apparently used the wrong client id in the oauth credential for. When I try to change the client id to the right one it gives me:
"The request failed because one of the field of the resource is invalid."
I am able to successfully verify ownership. I found advice that said
"If you can verify ownership of your Chrome extension in the Chrome Web Store but are still unable to change the Client ID to match the one in the URL, it likely means you need to update the "Application ID" field within your Google Cloud Platform (GCP) Console to use the correct extension ID from the Web Store URL; the Client ID is generated based on this Application ID and needs to be updated to reflect the correct extension. "
But I wasn't able to find any place for an "Application ID."
TIA!