From 1d1568758987c1e3011724c9dce9fcbe092736a2 Mon Sep 17 00:00:00 2001 From: Imanol Martin Date: Wed, 16 Mar 2016 12:35:53 +0100 Subject: [PATCH] Fixed doc error --- dist/doc/js/Cocoon.Social.GooglePlayGames.html | 2 +- dist/doc/js/cocoon_googleplaygames.js.html | 2 +- src/js/cocoon_googleplaygames.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/doc/js/Cocoon.Social.GooglePlayGames.html b/dist/doc/js/Cocoon.Social.GooglePlayGames.html index d9646bc..e1070d6 100644 --- a/dist/doc/js/Cocoon.Social.GooglePlayGames.html +++ b/dist/doc/js/Cocoon.Social.GooglePlayGames.html @@ -471,7 +471,7 @@
Properties
-

Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope.

+

Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope.

diff --git a/dist/doc/js/cocoon_googleplaygames.js.html b/dist/doc/js/cocoon_googleplaygames.js.html index cf36e00..76908c2 100644 --- a/dist/doc/js/cocoon_googleplaygames.js.html +++ b/dist/doc/js/cocoon_googleplaygames.js.html @@ -171,7 +171,7 @@

Source: /Users/imanolmartin/Development/Projects/AtomicPl * @param {Object} params Initialization options. * @param {string} params.clientId The application clientID. Omit if its already provided in the native application via cloud configuration. * @param {string} params.defaultLeaderboard The default leaderboard ID. You can omit it if you specify the leaderboardID in all the score queries or submits. - * @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope. + * @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope. * @param {boolean} params.showAchievementNotifications Enables or disables the native view notifications when an achievement is unlocked. * @param {function} callback The initialization completed callback. Received params: error */ diff --git a/src/js/cocoon_googleplaygames.js b/src/js/cocoon_googleplaygames.js index 82961b9..03ec5d9 100644 --- a/src/js/cocoon_googleplaygames.js +++ b/src/js/cocoon_googleplaygames.js @@ -80,7 +80,7 @@ * @param {Object} params Initialization options. * @param {string} params.clientId The application clientID. Omit if its already provided in the native application via cloud configuration. * @param {string} params.defaultLeaderboard The default leaderboard ID. You can omit it if you specify the leaderboardID in all the score queries or submits. - * @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope. + * @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope. * @param {boolean} params.showAchievementNotifications Enables or disables the native view notifications when an achievement is unlocked. * @param {function} callback The initialization completed callback. Received params: error */