google-profiles-api

GoogleSignInAccount getPhotoUrl() return null

女生的网名这么多〃 提交于 2019-11-27 22:07:38
问题 Trying to get photo from signed in profile. But always return null. Name and email return values, trouble only with photo. GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestProfile() .requestEmail() .build(); mGoogleApiClient = new GoogleApiClient.Builder(StartActivity.this) .enableAutoManage(StartActivity.this, StartActivity.this) .addApi(Auth.GOOGLE_SIGN_IN_API, gso) .build(); acct = gResult.getSignInAccount(); String name = acct