Skip to content

Commit

Permalink
Update MIGRATING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gimite committed Dec 11, 2016
1 parent a7c4685 commit 0411662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATING.md
Expand Up @@ -8,7 +8,7 @@ Each of them involves incompatible API changes. The users of google-drive-ruby m

Here are some changes likely affecting google-drive-ruby users:

If you pass an instance of Google::APIClient to GoogleDrive.login_with_oauth, it will no longer work, because Google::APIClient.new was removed. You need to pass credentials generated by [googleauth](https://github.com/google/google-auth-library-ruby) library instead.
If you pass an instance of Google::APIClient to GoogleDrive.login_with_oauth, it will no longer work, because Google::APIClient.new was removed. See [Authorization document](https://github.com/gimite/google-drive-ruby/blob/master/doc/authorization.md) for new ways to pass credentials.

The field "title" in search queries was renamed to "name". e.g.,

Expand Down

0 comments on commit 0411662

Please sign in to comment.