gmail-contextual-gadgets
error in gmail contextual gadget
i\'m working on a gmail contextual gadget (GWT) to deploy on the google market place. the gadget is triggered correctly but when i try to get content matches it fail.[详细]
2023-04-08 20:54 分类:问答Develop Gmail Contextual Gadget without Google App domain?
I\'m looking into creating a Gmail Contextual Gadget.I\'ve created a couple of simple gadgets that integrate into Google Calendar, and it was simple enough with those to publish the gadget manifest an[详细]
2023-04-06 13:36 分类:问答can gmail contextual Gadget move email to folder based on extractor match?
i im trying to build contextu开发者_如何学Cal Gadget that moving email based in extractor match[详细]
2023-04-06 07:51 分类:问答How to uniquely identify a message a contextual gadget?
I need uniquely identify a GMail message from my gadget because I need to download the message (planning to do it using IMAP). Reading the developer\'s guide I guess that my best choices are extractin[详细]
2023-04-03 04:56 分类:问答Gmail contextual gadget fails to load on conversations with more messages
My contextual gadgets fails to load when I open conversations which have more messages (say around more than 15-20 messages). If I load smaller conversations it loads perfectly. This is kind of strang[详细]
2023-03-28 02:50 分类:问答Close a gmail contextual gadget
Is there a way to close / hide a gmail contextual Gadget? I know, there are extractors, which decide when to trigger the gadget at all. But these don\'t give enough options to help me.[详细]
2023-03-12 11:50 分类:问答Get the Username in a Gmail Contextual Gadget
I am writing a Gmail Contextual Gadget, and in order to authenticate the 开发者_JS百科user correctly on the server, i need to know their full email address (john@googleapps.com).[详细]
2023-03-10 07:35 分类:问答OpenID login in GMail contextual gadget using GWT
What you usually do in a GWT application to sign in using OpenID is the following: LoginInfo loginInfo = new LoginInfo();[详细]
2023-02-20 23:58 分类:问答Verifying signed requests from Gmail contextual gadget
So, I\'m using gadgets.io.makeRequest(url, callback, params) to make requests from Gmail contextual gadget and verifying these requests on the server side.[详细]
2023-01-16 10:04 分类:问答Gmail Contextual Gadgets and OpenID Authentication steps
I\'m trying to understand the correct sequence of steps followed开发者_JS百科 by Gmail when loading and authenticating a contextual gadget. One of the reasons (there are others) is that I want to know[详细]
2023-01-10 11:54 分类:问答