0
< Extension id="Demo Gadget" type="gadget" >
    < Name > Gmail contextual gadget < /Name >
    < Url > http://54.201.166.244:8080/xmlproject/Gadget.xml < /Url >
< Container name="mail" />

Is it possible to specify localhost url in url tag that refer to gadget.xml from gmail contextual gadget manifest file.

rene
  • 41,474
  • 78
  • 114
  • 152
thomson
  • 75
  • 7
  • 1
    You could use a local tunnel solution in order to bypass it for your development. Few options: https://localtunnel.me/ or https://ngrok.com/ – Ido Green Sep 12 '14 at 06:09

1 Answers1

0

No. As per the instructions the gadget spec must be published on the public internet.

Eric Koleda
  • 12,420
  • 1
  • 33
  • 51