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?