Google Developer Console not match instructions for Youtube API setup - api

I am trying to find the up to date instructions for creating a google android app credentials does not match the google developer console.
https://developers.google.com/youtube/android/player/register
there is no APIs & auth on the sidebar anymore:
In the sidebar on the left, expand APIs & auth. Next, click APIs. In the list of APIs, make sure the status is ON for the YouTube Data API v3.
Please advise.
-Tony

Ok, I figured it out. I was trying to do it from the Google Play Console rather than from the Google Developer Console. But I first needed to tie my Google Play Console to the Google Developer Console using my settings in my Google Play Console.
-Tony

Related

Why play console shows less download than actual?

My Android app uses Firebase Authentication(Gmail+phone). When I see the new users signed in to Firebase authentication and compare it with Google Play Console 'new User acquisition' then Play console always shows less number than Firebase shows(with registered Gmail or phone number). What is the issue here?
Google Play uses robots to test and review your app. These robots do not show in the Google Play Console but show in Firebase. That is why you see more users in Firebase than Google Play Console.

How can I get a Google Ads API Developer Token

By current Google documentation
it's in the "TOOLS & SETTINGS > SETUP > API Center" but now "SETUP > API Center" is not there.
What is the current way to get a token or what page is the "API Center" currently on?
you will only see the API Center if the account is a Manager account. You probably are trying to see it from a Client account. Go here to create a Manager account.
If you want a demo app that is integrated with Google Ads, check out this video tutorial and check the description section for more resources such as frontend code repo, backend code repo, technical guide explaining how to build every feature. Video tutorial --> https://youtu.be/WvP3vtc_o7Q

Verification process for google picker

my dev and I would like to implement the google picker on our website. It will allow the web-visitor to upload their files from their Google drive to our website.
My dev is now trying to get the API for the google picker however they are asking for a "demo video that showcases the process to request an OAuth token" and we were wondering how we should do it when we don't have the API from google.
We are doing all of this on the staging site and we were wondering how are we suppose to do this demo video when the API is not provided and not installed.
please enlighten us, thank you!
See the question How can I make sure the verification process is as streamlined as possible? in the FAQ. It explains what the verification team is looking for with the video. Mostly it's just about showing how your product uses OAuth and the various APIs -- in your case how it asks for access to Drive, how the picker is used, etc. You're showing the integration from the user perspective.

Google Drive API oauth 2 error

I managed to get the code runing to a point where i can upload and download files in my android app from google drive using the api. However i uploaded my app to Google Play and when a user installs it the first time the oauth 2 screen pops up and requires to select account(which is great) but when the user selects Google account the oauth screen just keep appearing and looping.
Did anyone encounter this before?
As stated in this thread, maybe you did not create credentials for your app. As described in this documentation, you must retrieve your SHA-1 keys for both the debug and production environments and add them in your credentials in the Google Developers Console.

How to check which errors I have in my Google API project?

I'd like to use this plugin with my Jekyll site to show page views for each post/ page. So I installed the plugin and set up a service account for Google data API. The site is generating but I get no data from Google Analytics for my page views (it shows 0). On the projects overview page in Google Developer Console I see that I'm getting errors. But I can't figure out how to check these errors?
Is there any way to see what these errors are?
How can I check if Google API is working at all on my site?
The problem was with permissions when you add a new user to Google Analytics account. I had only Read & Analyze, and it should be all four (Manage Users, Edit, etc.).