Can I specify additional scope in Google Auto Sign-in? - google-identity

I am trying to access user's google drive while logging them in the site using google's auto sign-in described here
Is that possible to get for google user's permission for google drive while the user tap on the agree to sign in button automatically?
Thanks in advance

no you can't. You need to setup a consent form and ask for the google drive scope. This link should get you started.

Related

is it possible to use Google OAuth without using the google sign in page?

I'm trying to figure out a way to authenticate using google Oauth without using the google sign in page. I would like to have a separate sign in page for my UI. And my backend will get the email and password from the and authenticate with google. But the problem i'm running into is that when I'm using google oauth it tries to open the google sign in page. Is there a way to achieve this without using the google sign in page ?
Thank you !
You really don't want to do this. One of the big selling points of OAuth2 is that you can delegate the ownership of identity and credential management. Users shouldn't give their Google passwords to anyone, except Google :)

Google Drive as a backend server without asking user to login

I am trying to build an iOS application that all users sharing the same google drive account. All users will access the same account to download content only. I am the only one who is uploading content to google drive on web. For this case, is it possible to skip the login and auth process for the user? It would be great if I can have the users directly download the content, and hopefully make the login and auth implicitly done by code.
Please help. Thanks in advance.

google Shortener Url Tracking to developer account

I am creating new IOS App that uses google shortener if user log in using OAuth he can track created url but in my App we don't have google log in we preferred not have many log in's ,but i want to track
user created url with using only google Api key. user is not log in it can't map to user at least it can track by developer .Any help appreciated.
First check this link https://developers.google.com/url-shortener/v1/getting_started
in this you can found complete information about shorter api
Sorry it is not possible to add url's for developer account .

What sort of information is accessible from a user's Google account using OAuth2.0?

If you get a user to log in to your website using Google's authentication, then what information can you get about them? Specifically, can you get their Ad Preferences that Google collects?
I do not know of any Google API that reveals the Ad Preferences of a user. You can see your own Ad Preferences with the Ad Preference Manager, but that doesn't have an API to allow authorized people see someone else's preferences.

Link to Adwords MCC from my rails application

I am using Adwords API and now I want to add a link to MCC in my rails application's admin area.
How can I add a link to Adwords MCC from my rails application. I have adwords API access. The admin should land to MCC after clicking the link (not on login page).
Any help will appreciate.
That's quite a tricky one; if the user is not logged into their Google account, you can't get past the login screen. May be if you switch your app to use OAuth instead of ClientLogin, and require that the user logs into their Google account before using your app, then clicking the adwords link should take you to the welcome page instead of login page. But it is at best a hack that may or may not work, IMO it is not worth the trouble.
Cheers,
Anash

Resources