Re: [google-appengine] Is it possible delete record in Google Spreadsheet using OAuth 2.0 in GData library ?

2013-11-06 Thread Vinny P
On Wed, Nov 6, 2013 at 12:05 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 help me



Yes, it is possible. In the Java client library, retrieve the row as a
ListEntry object and then call delete() on it. There should be a similar
option in the Python library.

If you'd  like to delete the row directly, call this URL (with the
appropriate variables replaced, of course): DELETE
https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full/rowId/rowVersion

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Is it possible delete record in Google Spreadsheet using OAuth 2.0 in GData library ?

2013-11-05 Thread Vijay Kumbhani
help me 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.