As per http://orkutdeveloper.blogspot.com/ : "We'll also be enabling quota checks soon on the data store. This means that each application is allowed to write up to 10KB of data per user into the store." For developer it is important to know what kind of error message will be issued if the quota got exceeded. Also should be clarified what means 'per user'. My own interpretation is that it is total of all data written via newUpdatePersonAppDataRequest("VIEWER" per viewer with all possible keys. Another problem for developer is how to delete old data to make space for new data. Currently only possible way to store information related with other profile visit is to use some profile ids as keys. So even with restriction to store 100 symbols per profile a viewer can visit no more than 100 profiles without exceeding the quota. Then information about all visited profiles also should be stored with special key to know what keys could be deleted when the qouta exceeded. Very complicated, making it nearly impossible to implement. But we are already used for difficult life with OS. Cheers. Jevs. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
