We don't currently provide a good way to retrieve the ID of the created blip.
The suggested workaround is to annotate the blip with a custom data annotation, and store that in your database, so that you can figure out which blip it was by checking the annotations next time you operate on the wavelet. On Wed, Aug 4, 2010 at 3:28 AM, Léo SEI <[email protected]> wrote: > Hi, I've a probleme with the blip id retrieval with the active API. > > I've a active robot which can create or reply to existing wave. > > when I create a new wave, I can retrieve the root_blip id but when I > want to reply inside of an existing wave I do the following > > > ... > wave=myRobot.fetch_wavelet(wave_id=WID) > blip=wave.reply() > blip.append(msg) > myRobot.submit(wave) > > Then I'd like to be abble to store the blip.blip_id but it's only a > temporary ID... > any one got a idea on how to do it ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
