Google Cloud Speech - Intermittent "Failed to verify connection" error

I am facing multiple “Failed to verify connection” error in a day. Google cloud settings all done - branding, redirect urls - all completed, i follow exactly as Make documentation. Is it because the Google verification still in progress for additional sensitive scope (https://www.googleapis.com/auth/cloud-platform)?

This could be intermittent server issues on Google’s end.

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

2. Error handlers will appear

For more information on error handling, see:

Hope this helps! Let me know if there are any further questions or issues.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

1 Like

Thank you @samliew , implemented it. Let me test this out first.