Google Awareness API, Invalid API key, Crash

前端 未结 5 2069
轮回少年
轮回少年 2021-01-18 21:15

This is my first attempt at creating an android application. In trying to use the Awareness API provided by Google I receive a SecurityException in logcat, and the error:

5条回答
  •  甜味超标
    2021-01-18 21:46

    Print this to the console: (new Status(403)).getStatusMessage(). It should show status message of the error. Read more here

提交回复
热议问题