Google Play Game REST api Services Download / Capture Snapshot

Does anyone know if it is possible to upload or capture a snapshot via the REST api?

Im using this documentation: https://developers.google.com/games/services/web/api/snapshots

But it looks like it allows you to get snapshot metadata.

Thanks.

+1
source share
1 answer

One of the metadata fields is driveId. This is the identifier passed to the Drive API to read data. See https://developers.google.com/drive/v2/reference/files/get for API information for details.

+1
source

Source: https://habr.com/ru/post/1270681/


All Articles