Update create datatransfer

Allow drive as a synonym for Drive, avoids an API call
Update documentation
This commit is contained in:
Ross Scroggs
2016-08-27 05:50:59 -07:00
parent 34b9029e90
commit 37726c493d
2 changed files with 2 additions and 1 deletions

View File

@ -2155,6 +2155,7 @@ SERVICE_NAME_CHOICES_MAP = {
u'googleplus': u'Google+',
u'gplus': u'Google+',
u'g+': u'Google+',
u'drive': u'Drive',
u'googledrive': u'Drive',
u'gdrive': u'Drive',
}