fix package registration
This commit is contained in:
@@ -12,6 +12,7 @@ API_ENABLEMENT_LINKS: Dict[str, str] = {
|
||||
"forms.googleapis.com": "https://console.cloud.google.com/flows/enableapi?apiid=forms.googleapis.com",
|
||||
"tasks.googleapis.com": "https://console.cloud.google.com/flows/enableapi?apiid=tasks.googleapis.com",
|
||||
"chat.googleapis.com": "https://console.cloud.google.com/flows/enableapi?apiid=chat.googleapis.com",
|
||||
"customsearch.googleapis.com": "https://console.cloud.google.com/flows/enableapi?apiid=customsearch.googleapis.com",
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +26,7 @@ SERVICE_NAME_TO_API: Dict[str, str] = {
|
||||
"Google Forms": "forms.googleapis.com",
|
||||
"Google Tasks": "tasks.googleapis.com",
|
||||
"Google Chat": "chat.googleapis.com",
|
||||
"Google Custom Search": "customsearch.googleapis.com",
|
||||
}
|
||||
|
||||
|
||||
@@ -38,6 +40,8 @@ INTERNAL_SERVICE_TO_API: Dict[str, str] = {
|
||||
"forms": "forms.googleapis.com",
|
||||
"tasks": "tasks.googleapis.com",
|
||||
"chat": "chat.googleapis.com",
|
||||
"customsearch": "customsearch.googleapis.com",
|
||||
"search": "customsearch.googleapis.com",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user