["https://www.googleapis.com/auth/youtube.readonly"],Consempt prompt is loading normally
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.
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
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