How to get unique URL identifier after inserting item in Google Base with Zend Gdata API?

Posted by msumme on Stack Overflow See other posts from Stack Overflow or by msumme
Published on 2009-08-15T09:42:54Z Indexed on 2010/06/08 1:52 UTC
Read the original article Hit count: 242

I need to get the unique URL identifier for the product that is created after inserting an item into Google Base using the Zend_Gdata_Gbase library.

I can't seem to do this. I am finding a startling lack of documentation online about manipulating the objects used in these applications.

The url that I add to the object does not work to retrieve the base item later, which is why I need to get the one that google generates upon submission.

I am writing a program that will need to be able to delete content at a later date, and thus will need to store that information in order to keep the website synced with the Google Base feed.

Thanks in advance for any help.

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about google