Hello,

I am trying to write some Perl modules that will leverage the Google
Spreadsheets API.

I have been successful with all the GET commands, but I haven't been
able to get any of the POST or PUT methods to work, and I think I am
properly forming all my requests.

For instance, upon trying to update data to an empty cell, I receive
the following HTML:

<HTML>
<HEAD>
<TITLE>Not Found</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Not Found</H1>
<H2>Error 404</H2>
</BODY>
</HTML>

How can I tell if this is a problem with what I am doing or if this
area is still under development?

Is anyone else trying to write Perl code that will interact with Google
Spreadsheets?

Thanks in advance


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Google Data API" 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to