mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Merge pull request #124 from taers232c/master
Changes to atom/service.py and gdata/service.py to support Domain Shared Contacts
This commit is contained in:
commit
87b64572db
@ -181,7 +181,8 @@ class AtomService(object):
|
|||||||
if content_length:
|
if content_length:
|
||||||
all_headers['Content-Length'] = str(content_length)
|
all_headers['Content-Length'] = str(content_length)
|
||||||
|
|
||||||
all_headers['GData-Version'] = '2.0'
|
if 'GData-Version' not in all_headers:
|
||||||
|
all_headers['GData-Version'] = '2.0'
|
||||||
# Find an Authorization token for this URL if one is available.
|
# Find an Authorization token for this URL if one is available.
|
||||||
if self.override_token:
|
if self.override_token:
|
||||||
auth_token = self.override_token
|
auth_token = self.override_token
|
||||||
|
Loading…
x
Reference in New Issue
Block a user