Hi Mark,

It looks like your $docID is wrong. The %3A is urlencoded for ':', so
the documents ID is actually just 'ddm3whxc_4cp84g5hd'.

Thanks
- Jochen

On Aug 26, 5:03 am, Mark Alexander <[EMAIL PROTECTED]> wrote:
> Heya, I'm not entirely clear how one goes about deleting a document in
> PHP, I've tried:
>
> $docID = 'document%3Addm3whxc_4cp84g5hd';
> $docEntry = $gdClient->getDocumentListFeed('http://docs.google.com/
> feeds/documents/private/full/' . $docID);
> $docEntry->delete();
>
> But get an uncaught exception - any pointers as to where I'm going
> wrong or what I should do instead? Huge thanks!
--~--~---------~--~----~------------~-------~--~----~
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