Hi, Today i wrote my first Desktop gadget that will retrieve data from a json file through Http and store the retrieved data on a text file. The first problem i faced was that the XMLHttpRequest caches the data, and i always receive the same result. to get around this i concatinated a random parameter to the request string so it will not be cached. is there a better way to do that? The other problem is saving this data to a file. i have searched the APIs and the group for such info and it seems like this function is not supported. does anyone know of a way to do that?
Thank you for your help and it is really fun working with google APIs :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" 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-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
