I come in order to have some information about Google API and particularly the authentication "Service account"
I have the same problem that this guy is having, and although that concerns another API, he explains the problem very well.
For a few days now I have already read some articles:
I have already registered for a Google API account and I am using the Client Key and Secret that was provided to me. I then downloaded the following libraries:
Nothing has helped me so far...
I would like to know if Picasa web
and the Youtube API v2 or v3
can use oAuth2.0 Service account
as I am not able to find anything about that. I am currently using Picasa Web oAuthv1.0
and I found it really easy to use but I would like to migrate to Google Youtube API v3/Picasa web API
.
The basic workflow idea:
The only example I've found anywhere that shows how to use authentication was in a ASP.NET MVC project that unfortunately requires user interaction and i don't want that.
Can someone please me on this? Does anyone has a piece of code written in Javascript
or C#
for connecting to the API with Service account or is it better for now to authenticate with oAuthv1.0? Any help will be highly appreciated!!
Take a look in Which Google APIs can be accessed with service account authorization? it contains a list of all APIs which support service account.
As far as I know, Picasa and Youtube don't support service account.