Google-signin: Scope for youtube indefinitely load

Created on 17 Apr 2019  路  15Comments  路  Source: react-native-google-signin/google-signin

Steps to Reproduce

  1. Configure using scopes: ["https://www.googleapis.com/auth/youtube.readonly"],
  2. Try to sign in
  3. The consempt prompt is loading indefinitely.

Expected Behavior

Consempt prompt is loading normally

Actual Behavior

It's work properly with all scopes but when i attempte to use scope for youtube (ex : ['https://www.googleapis.com/auth/youtube.readonly']) the consempt prompt loading indinitely and I do not receive any error.

Environment

  • react-native = "0.59.4"
  • react-native-google-signin = "1.2.2"
  • android = 7.0 (physical device : honor 6x with EMUI 5.0.3)
  • classpath 'com.android.tools.build:gradle:3.3.1'
  • classpath 'com.google.gms:google-services:4.2.0'
  • buildToolsVersion = "28.0.3"
  • minSdkVersion = 16
  • compileSdkVersion = 28
  • targetSdkVersion = 28
  • supportLibVersion = "28.0.0"
  • googlePlayServicesAuthVersion = "15.0.1"
needs repro / repro steps

All 15 comments

Same problem here, do you find any solution?

No sorry, I wait response on my issue...

Same problem here. Working properly with all other scopes but not with youtube.

The same problem, I am developing an App from last 2 months and integrates Youtube Apis in it, it was working perfectly with youtube scopes, but suddenly 6 days ago it stops working, and does not require permission to access Youtube and shows loading on consent prompt infinitely. It even occurs in my release build that was working perfectly 6 days ago.

Same issue here, anyone cares to share solution to this, this happens to our app as well.

@johnipiresrodrigues @samihaantio @EricLiDong @Yose216 did you people find any solution?

@muhammadzumair No sorry, I try but i didn't find anything, now I'm waiting...

Not yet

I just tried to reproduce this on v1.2.3 and it worked fine for me, so I won't be able to look into this. If it worked previously and now stopped working, it might as well be some anomaly on google's side.

If it's any help, was having the same problem and it was fixed after I updated

  • googlePlayServicesAuthVersion = "15.0.1"
  • classpath 'com.google.gms:google-services:4.0.1'
    to
  • googlePlayServicesAuthVersion = "16.0.1"
  • classpath 'com.google.gms:google-services:4.2.0'
    in build.gradle

Now锛孲ign-In SDK is ok with YouTube scope, while I don't change the auth and gms version code.
I think It's the Google problem.

If it's any help, was having the same problem and it was fixed after I updated

  • googlePlayServicesAuthVersion = "15.0.1"
  • classpath 'com.google.gms:google-services:4.0.1'
    to
  • googlePlayServicesAuthVersion = "16.0.1"
  • classpath 'com.google.gms:google-services:4.2.0'
    in build.gradle

i have the same config but don't work

@Yose216 @bkmed can you still reproduce this?

@vonovak I just trying with version "1.2.3" and i didnt reproduce. It's work fine for me now

@Yose216 @bkmed can you still reproduce this?

it work now tks

Was this page helpful?
0 / 5 - 0 ratings