> I ran into the same limitation, but instead of your approach I added a > parameter to the URL invocation > eg &IS_DELETE=1 How do you get urllib2 to send a DELETE request ? In fact, your method is more efficient than mine in that you don't have the extra httplib2 library. Cheers, Yves