Google Vision API text detection Python example uses project: “google.com:cloudsdktool” and not my own project
问题 I am working on the python example for Cloud Vision API from github repo. I have already setup the project and activated the service account with its key. I have also called the gcloud auth and entered my credentials. Here is my code (as derived from the python example of Vision API text detection): import base64 import os import re import sys from googleapiclient import discovery from googleapiclient import errors import nltk from nltk.stem.snowball import EnglishStemmer from oauth2client