What I have is
DocsService service;
blah ......   //create new docsservice instance, i am sure it is fine
coz i have other operations
blahblahblah //authsub, i am sure this part is correct too

String docid = "http://docs.google.com/feeds/documents/private/full/
spreadsheet%3A" + mydocgooglekey;
URL url = new URL(docid);
service.delete(url);

it always tell me bad request
anybody can help?
thanks a ton

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

Reply via email to