对GoogleApiClient参数感到困惑:clientId

时间:2015-07-19 21:52:22

标签: android google-api-client google-console-developer

mGoogleApiClient = new GoogleApiClient.Builder(this)
            .enableAutoManage(this, 0 /* clientId */, this)
            .addApi(Places.GEO_DATA_API)
            .build();

我对这里的clientId感到有些困惑。我去了Developer Console并获得了clientId,但看起来并不像我想象的那样。

我从clientId获得的Developer Console内容如下:

123456789098-ra2bgaohfs123asd12a1abc12abba1bb.apps.googleusercontent.com

我不明白我应该使用什么。任何人都可以给我一些明确的内容放在clientId论证中吗?

0 个答案:

没有答案