coderly / ember-gdrive

Google Drive bindings for Ember Data
MIT License
18 stars 0 forks source link

Eliminate the need for the GOOGLE_DRIVE_SDK_APP_ID configuration property. #112

Closed begedin closed 9 years ago

begedin commented 9 years ago

As far as I can tell, the GOOGLE_DRIVE_SDK_APP_ID is the first part of the GOOGLE_CLIENT_ID property (the part before the first dash). If that is always the case (probably needs research), should I simply determine it from the GOOGLE_CLIENT_ID property and eliminate the need for it to be specified?.