Contextual gadget Gmail. What is the updated way to create?

I want to create my own gmail gadget. The problem is that Google changed the way to do it. It began in November 2013, and in October 2014 the old path was completely corrupted.

So:

Which web page should I follow? Which Google service should I use? Does he remain, in-house contextual gadget

or has he been corrupted?

Examples:

Google Apps Engine

(GAE) code.google.com/googleapps/console

does not allow me to deploy the application as it requires OAuth 2.0

. Should I use developers console

(in console.developers.google.com

)? There is a web page https://developers.google.com/gmail/contextual_gadgets

. Updated?
+3


source to share


1 answer


I had exactly the same problem and searched all over the place.

The way described at https://developers.google.com/gmail/contextual_gadgets seems to be completely out of date. Even the form in the Google Apps Console for Gadgets seems outdated.



You need to follow this description: https://developers.google.com/apps-marketplace/preparing

Context gadgets are now developed using the API console (not the app console) and there is a form to create extractors, etc.

+2


source







All Articles