2

Wondering if anyone knows about developing a Google Glass app for another person. Someone who is in the Glass Explorer program has asked me to help them with developing an app (which I'm happy to do) but it looks like I will need to sign in as that person in the API Console. Is this correct? Is there any way for me to prototype separately?

Charles
  • 48,924
  • 13
  • 96
  • 136
Darren
  • 1,359
  • 11
  • 22
  • possible duplicate of [Is it posible to play with Google Mirror API without having the device?](http://stackoverflow.com/questions/16028805/is-it-posible-to-play-with-google-mirror-api-without-having-the-device) – PHeiberg May 04 '13 at 16:32

1 Answers1

4

There is indeed a way to do this without logging in as your colleague. Join the project team on the API console. Just follow these steps:

  1. Have your Explorer friend create an API Console project and enable the Google Mirror API for that project from the services panel.
  2. Have them go to the team panel for that project. Have them add your account to the project's team.

This enables you to develop on the same project, but since you're not an Explorer you cannot enable or disable the Mirror API for this project.

mimming
  • 13,706
  • 3
  • 39
  • 73