简体   繁体   中英

Access Google API key through OAuth

I'd like to use my user's Google API Key for API requests made in my app on their behalf. Is this possible using the Google OAuth API?

No. OAuth uses your APIKey to access the data, the user provides permission.

http://code.google.com/apis/gdata/articles/oauth.html#Registration

If you want them to access many different API's then you write your app/website to do that and Google will ask the user the first time your application tries to access it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM