AKA
AKA

Reputation: 318

Any recent changes in how contacts identify themselves to the Mirror API?

I'm concerned - when I take a picture, I usually (ie, last week) am able to share the image to my app.

Now, however, only Google + contacts appear as share targets. For example, if I turn off sharing to G+, I get no Share options at all, only a greyed-out Share dialog that says "Visit google.com/myglass to add friends"

However, when I go to that address I clearly see my app and a number of contacts (who aren't in G+) who also usually show up.

Has something changed to cause this behavior? For example, is the code listed in the starter-project no longer sufficient to register a share target for photos?

For example, I could imagine that suddenly the acceptTypes[] parameter was now mandatory. But I'd love to hear someone closer to the API weigh in, if possible.

Thanks!

AKA

Upvotes: 0

Views: 84

Answers (1)

AKA
AKA

Reputation: 318

I solved this by following Alain's comment's advice.

It's very easy to think that the "Contacts" page you see at https://glass.google.com/myglass is all there is.

But if you want your app to receive shared stuff, you have to go here: https://glass.google.com/myglass/share

Upvotes: 1

Related Questions