Reputation: 11
Anyone know if it is possible to load/commit snapshot through the Google Play Game Services REST api?
Im using this documentation: https://developers.google.com/games/services/web/api/snapshots
But it only seems to allow fetching Snapshots metadata.
Thanks.
Upvotes: 1
Views: 173
Reputation: 4572
One of the fields of the metadata is driveId. This is the id to pass to the Drive API to read the data. See https://developers.google.com/drive/v2/reference/files/get for the API information for get.
Upvotes: 1