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.
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
i im trying to build contextu开发者_如何学Cal Gadget that moving email based in extractor match
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
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
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.
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).
What you usually do in a GWT application to sign in using OpenID is the following: LoginInfo loginInfo = new LoginInfo();
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.
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