WAI
Status Update
Comments
sn...@google.com <sn...@google.com> #2
Not starting yet? It's already "Early in March" enough (Mar/14/2018 PDT)
sn...@google.com <sn...@google.com> #3
Masashi & all, thank you for enquiring about this.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
co...@gmail.com <co...@gmail.com> #4
As outlined in the recent release notes for the Maps Android API [https://developers.google.com/maps/documentation/android-api/releases ], this feature is now available for the new basemap style.
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
Description
Description:
I am trying to use a Brand Account to call YouTube APIs. However, when I attempt to authenticate using OAuth2 with a Brand Account, I encounter the following error:
"Service unavailable. You tried to access a service that isn't available for your account."
I tested the API using the API Explorer and authenticated with the Brand Account, and it worked successfully. How can I fix this issue on my side?
API Request:
None
Error Reference Code:
ABAdc_hTbwb3MBZhN-zkhJkXyZd1YXv4-n22kQowOUAP2cHOFw1EORtUfszZZdzO2IO86BHfGmWUnflUduiDX2U7lz2FjGG0MnXEcRCzUMGm2tlbhdh7-QA
Expected Result:
Successful authentication and redirection to the configured redirect_uri.
Is it 100% reproducible?
Yes.
Looking forward to your support.
Best regards,
Han