I've just discovered that the switch from Lists to Groups seems to
have introduced some problems with the API method calls.

Specifically, what I am finding is that I am unable to retrieve
information for any of our pre-existing lists.
Here is an example:

If I issue the following request:

GET https://www.google.com/a/feeds/group/2.0/docomointertouch.com/XXXX/member

(where XXXX is a valid list name)

I receive the following error code:

$gmail->{result}{error} = [
                           {
                             'errorCode' => '1301',
                             'invalidInput' =>
'[email protected]',
                             'reason' => 'EntityDoesNotExist'
                           }
                         ];


Note that the method call does work fine for any newly created groups.
It would appear that all of our old lists have not been fully
migrated.

Also please note that using the old (deprecated) request format also
results in the same error.
ie. GET 
https://apps-apis.google.com/a/feeds/docomointertouch.com/emailList/2.0/XXXX/recipient/
produces the same error message as above.

Can somebody help with this please?
This is quite a serious problem for us, because our provisioning
system is effectively out of commission.

Thanks,
Darren

Note: This was also posted at
http://www.google.com/support/forum/p/Google+Apps/thread?tid=2d02bc0108161dd3&hl=en
before I realised there was a specific API forum.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to