How can I see errors on console.developers.google.com?

I'm having trouble getting push notifications, so I'm looking for a way to see if this is wrong. They told me what I see from google console ( https://console.developers.google.com/project )

When I access, I saw that there were some errors, but I can not find how to access them. I can’t view them. Does anyone know how I can see them?

enter image description here

+6
source share
1 answer

Error statistics in the project overview include all errors from all the APIs included in the project, plus any errors that are served by App Engine applications.

To check this:

  • if you have an application for the application in this project, check the App Engine logs in the "Monitoring"> "Logs" section, select "Application Engine" and "Log Essence": Error
  • check each individual API statistics in API and Auth> API> multiple APIs> Usage
0
source

Source: https://habr.com/ru/post/985585/


All Articles