Open GoogleCodeExporter opened 9 years ago
It works if the GoogleQuota attribute is mapped to None by changing directly
the
configuration file. For example:
mapping =
{'GoogleUsername': 'uid', 'GooglePassword': "Password", 'GoogleFirstName':
'givenName', 'GoogleLastName': 'sn', 'GoogleQuota':
None, 'GoogleApplyIPWhitelist': False}
The testFilter and mapGoogleAttribute commands map the attribute to 'None'. For
example:
mapping =
{'GoogleUsername': 'uid', 'GooglePassword': "Password", 'GoogleFirstName':
'givenName', 'GoogleLastName': 'sn', 'GoogleQuota': 'None',
'GoogleApplyIPWhitelist':
False}
And that causes the exception.
Original comment by aplatan...@gulic.org
on 16 Mar 2008 at 8:25
[deleted comment]
[deleted comment]
I attach a patch. I think it solves this problem.
Original comment by aplatan...@gulic.org
on 19 Mar 2008 at 12:30
Attachments:
Original issue reported on code.google.com by
aplatan...@gulic.org
on 16 Mar 2008 at 7:34