I want to develop an in-house contextual gadget for gmail.
The problem is that Google changed the way to do that. It began on November 2013, and in October 2014 the old way entirely depracated.
So:
in-house contextual gadget
still exist, or maybe it has been depracated?
Examples:
Google Apps Engine
(GAE) in code.google.com/googleapps/console
doesn't let me deploy the application since it requires OAuth 2.0
. Am I supposed to use developers console
(in console.developers.google.com
)?
https://developers.google.com/gmail/contextual_gadgets
. Is it updated?
I had the exact same issue and searched all over the place.
The way described at https://developers.google.com/gmail/contextual_gadgets seems to be totally outdated. Even the form in the Google Apps console for gadgets seems to be outdated.
You need to follow this description: https://developers.google.com/apps-marketplace/preparing
Contextual Gadgets are now developed using the API console (not app console) and there is a form to create the extractors etc.