Search code examples
xmlgoogle-app-engineoauth-2.0gmailgmail-contextual-gadgets

Gmail contextual gadget - What is the updated way to create?


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:

  • Which web page should I follow?
  • Which Google service should I use?
  • Does in-house contextual gadget still exist, or maybe it has been depracated?

    Examples:

  • The 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)?
  • There is a web page https://developers.google.com/gmail/contextual_gadgets. Is it updated?


  • Solution

  • 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.