7 messages in com.googlegroups.opensocial-orkutRe: Problem with newUpdatePersonAppDa...
FromSent OnAttachments
char...@gmail.com28 Mar 2008 10:11 
char...@gmail.com28 Mar 2008 10:17 
Jason28 Mar 2008 11:16 
char...@gmail.com28 Mar 2008 11:47 
Jason28 Mar 2008 13:03 
JevS28 Mar 2008 13:33 
char...@gmail.com29 Mar 2008 14:48 
Subject:Re: Problem with newUpdatePersonAppDataRequest
From:JevS (jevg@gmail.com)
Date:03/28/2008 01:33:31 PM
List:com.googlegroups.opensocial-orkut

Hi Charudatta,

Is it possible that you were using this app for many updates with different keys and now you reached 10kb limit? You can try to clear all data first by something like following:

var request = null; for (var key in yourdata[viewerid]){ request = opensocial.newDataRequest(); request.add(request.newUpdatePersonAppDataRequest("VIEWER",key, ""),"status"); request.send(status); }