Closed GoogleCodeExporter closed 9 years ago
Hello,
This is indeed working as intended: the thirdpatyauth scope should only be used
with a Service Account, not through a user grant.
For more information, please refer to:
https://developers.google.com/glass/develop/gdk/authentication
Best,
Alain
Original comment by ala...@google.com
on 7 Jul 2014 at 4:41
So is there no way to have both a Mirror API and a GDK Application? Most of my
interactions don't require a GDK application, but for convenience and speed on
some of the interactions I want to add GDK parts. Right now I'd have to have
these as two separate applications (or, at the very least, have the
authentication occur twice)?
Is there any way to have my Glassware do both without causing undue burden on
the user?
Original comment by jes...@jessieamorris.com
on 7 Jul 2014 at 4:47
You can have both a Mirror and GDK Glassware listed as one single entry in
MyGlass: the user visible part would only be the grant screen for the
glass.timeline (and other scopes your Glassware needs). The GDK auth part,
which is using a Service Accounts as authentication, is invisible to the user
and is done on your server.
Original comment by ala...@google.com
on 7 Jul 2014 at 4:53
Ah, I understand now. The examples on the service accounts are a little bit
lacking for Python. I've gotten past that issue and am authenticated correctly
now. Thank you very much!
Original comment by jes...@jessieamorris.com
on 7 Jul 2014 at 7:40
Original issue reported on code.google.com by
jessie.m...@finicity.com
on 3 Jul 2014 at 9:02Attachments: