AppsService service = new AppsService(domain,user,password); var members = service.Groups.RetrieveAllMembers("test"); Console.WriteLine(members.Entries.First().Title.Text);
What is the expected output? What do you see instead?
Expected output is the entry information, but instead it's null. The number of entries is correct if I use:
Console.WriteLine(members.Entries.Count);
So I know the person has the correct permissions.
What version of the product are you using? On what operating system?
Please provide any additional information below.
version 2.1
google...@googlecode.com
unread,
Aug 24, 2012, 3:45:45 PM8/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Ok, I see now. This is way different than the version we were previously using. We are upgrading from the 1.6 and it's way different. I see now. Thanks.
google...@googlecode.com
unread,
Jul 24, 2015, 4:59:39 PM7/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
AppsService service = new AppsService(domain,user,password); var members = service.Groups.RetrieveAllMembers("test"); Console.WriteLine(members.Entries.First().Title.Text);
Im getting this err:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Stream was not readable.
AnyHelp
-- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings