3

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?

  • 4

    1 回答 1

    2

    我遇到了完全相同的问题,并在整个地方进行了搜索。

    https://developers.google.com/gmail/contextual_gadgets中描述的方式似乎已经完全过时了。甚至 Google Apps 控制台中的小工具表单似乎也已过时。

    您需要遵循以下说明:https ://developers.google.com/apps-marketplace/preparing

    上下文小工具现在使用 API 控制台(不是应用程序控制台)开发,并且有一个表单来创建提取器等。

    于 2014-12-23T14:59:55.480 回答