Scanning User-Generated Content using the Cloud Video Intelligence and Cloud Vision APIs Reviews
8763 reviews
Very practical example. However there're some instructions about Cloud Functions needs to be updated. - `--runtime` argument is required - provided code only runs on nodejs v6 which is deprecated.
Ching Zong H. · Reviewed over 6 years ago
學儀 陳. · Reviewed almost 7 years ago
雅慧 邱. · Reviewed almost 7 years ago
something wrong happened at deploy cloud function, must add parameter `--runtime nodejs6` then you can finish this lab
Shu Hao L. · Reviewed almost 7 years ago
Kenny H. · Reviewed almost 7 years ago
could not found runtime parameter while deploy the function
sarthakm s. · Reviewed almost 7 years ago
宏逸 陳. · Reviewed almost 7 years ago
van h. · Reviewed almost 7 years ago
can't complete lab: ERROR: (gcloud.beta.functions.deploy) Missing required argument [runtime]: Flag `--runtime` is required for new functions.
Haha S. · Reviewed almost 7 years ago
宗彥 朱. · Reviewed almost 7 years ago
Tsung-Hsuan L. · Reviewed almost 7 years ago
Willis C. · Reviewed almost 7 years ago
Alex M. · Reviewed almost 7 years ago
啟仁 羅. · Reviewed almost 7 years ago
哲睿 張. · Reviewed almost 7 years ago
The articles is too old, not functional
Rukeith T. · Reviewed almost 7 years ago
Hsien-Yuan C. · Reviewed almost 7 years ago
deploy error when executate gcloud beta functions deploy GCStoPubsub --stage-bucket gs://${STAGING_BUCKET_NAME} --trigger-topic ${UPLOAD_NOTIFICATION_TOPIC} --entry-point GCStoPubsub error message: gcloud beta functions deploy visionAPI --stage-bucket gs://${STAGING_BUCKET_NAME} --trigger-topic visionapiservice --entry-point visionAPI ERROR: (gcloud.beta.functions.deploy) Missing required argument [runtime]: Flag `--runtime` is required for new functions.
Hsieh J. · Reviewed almost 7 years ago
Pokemon o. · Reviewed almost 7 years ago
Great Lesson.
Jen-Yu W. · Reviewed almost 7 years ago
Too complex
WEI-CHENG L. · Reviewed almost 7 years ago
paul J. · Reviewed almost 7 years ago
great
ajay w. · Reviewed almost 7 years ago
Below command will have error message since google cloud function need "runtime" parameter since Apr 4 (https://cloud.google.com/functions/docs/release-notes): $ gcloud beta functions deploy GCStoPubsub --stage-bucket gs://${STAGING_BUCKET_NAME} --trigger-topic ${UPLOAD_NOTIFICATION_TOPIC} --entry-point GCStoPubsub ERROR: (gcloud.beta.functions.deploy) Missing required argument [runtime]: Flag `--runtime` is required for new functions. add --runtime nodejs6 will solve this issue (btw, nodejs6 is deprecated).
Dennis C. · Reviewed almost 7 years ago
sky y. · Reviewed almost 7 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.