Update Migrating guide

Migrating from 0.8 to 0.9 has been an extremely painful process, I will also add a full sample for using Google::Auth::ServiceAccountCredentials
This commit is contained in:
Thomas Darde 2017-02-10 15:35:49 +01:00 committed by GitHub
parent 90d90d00b2
commit d9d7597e7d
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ are expected to be added by end of Q2 2015.
The underlying [Signet](https://github.com/google/signet) is still used for authorization. OAuth 2 credentials obtained
previously will continue to work with the `0.9` version. OAuth 1 is no longer supported.
If your where using a PKCS12 file to authorize, we recommend you to use a client_secret.json file with googleauth.
## Media uploads
Media uploads are significantly simpler in `0.9`.