Hi Sudhansu,

If you are working on a gadget using the Google Gadget API (iGoogle
and such), then you will not be able to store json data on the user
machine, as a gadget is only content served from gmodules.com in an
iframe running some Javascript. The browser will not let you access
the user machine. You should look into storing your JSON data in a
hidden user pref of the gadget:
http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#SetPrefs

On the other hand, if you are developing a gadget for the Google
Desktop Sidebar, you should redirect your question to this other
group:
http://groups.google.com/group/Google-Desktop-Developer

I hope this helps,

Jerome

On Mar 20, 8:05 am, sudhansurana <[email protected]> wrote:
> Hi all
> I need to create a gadget where i can store the json data local system
> (preferbly HDD).
> so that when the user reopens the gadget it will show the last
> preferences before connecting the server.
>
> Thanks.
> Sudhansu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to