Hi All,
I am trying to fetch Accounts/Groups/Group members as well as
Permissions data from Google Docs and Google Sites using Two-Legged OAuth
mechanism. The data size of accounts and groups is small hence i am able to
fetch this data everytime however the # of permissions are more (order of
few thousands) and in this case the API call is able to fetch some data and
then throws the below error :
com.google.gdata.util.ServiceException: An unknown error has occurred.
<errors xmlns='http://schemas.google.com/g/2005'>
<error>
<domain>GData</domain>
<code>ServiceException</code>
<internalReason>An unknown error has occurred.</internalReason>
</error>
</errors>
The amount of data which is fetched before the error comes varies randomly.
However in some cases the same call works and i am able to fetch the
complete set of data.
The above error doesnt tell me anything about the issue. I am using Google
Aps Administrative Java APIs for performing these operations.
Is there any limitation on data sizes which can be fetched from Google Apps
Apis? Does Google has some checks on data sizes it can return from these
APIs?
Thanks
Ashish
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/a4TQtnFxQ5wJ.
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-apps-mgmt-apis?hl=en.