2

Google にはほぼすべてのサービス用の API がありますが、Google Developer Console にアクセスするための API が見つからないため、資格情報の使用状況を確認できます。

この API が利用可能かどうか、およびその仕組み (利用可能な場合) を知っている人はいますか?

4

1 に答える 1

2

There is only one API that gives you access to data in Google Developers console its called Google Cloud Resource Manager API . Unfortunately for us it is extremely limited in what it can do.

  • Get a list of all projects associated with an account.
  • Create new projects.
  • Update existing projects.
  • Delete projects.
  • Undelete, or recover, projects that you don’t want to delete.

Last I checked it does not give you access to check your credentials or quota usage. sadly

My blog post about it when it was released: Google Developer console API

于 2016-05-13T12:48:25.657 に答える