Skip to content

Releases: elringus/unity-google-drive

v0.19

21 Aug 10:32
f6c2851
Compare
Choose a tag to compare

Package compatible with Unity 2017.3 and higher.

Changes:

  • Handle loopback auth response when "run in background" mode is not available (#21).

v0.18

13 Aug 14:42
3808aee
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Removed Files.Download(Data.File) and Files.DownloadAudio(Data.File) method overloads for consistency;
  • Fixed errors when handling responses with failed authorization (#21).

v0.17

07 Jun 09:22
f6b1b25
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Added helper method to create or update files by path;
  • Added support for Google Docs type import;
  • Fixed auth issues on iOS (#18);
  • The loopback auth provider will now work asynchronously on .NET 2.0;
  • The http listener is now properly disposed after handling the loopback request callback.

v0.16

04 Jun 20:55
b44ab87
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Query attribute is now protected under request class to prevent misuses;
  • Added static async helpers to find files by path.

v0.15

26 May 18:18
db2cb4a
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Added support for multiple access scopes;
  • drive.appdata scope will now be requested by default to allow access to the AppData folder (#17).

v0.14

25 May 13:36
c0d0931
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Added option to download and upload files in chunks (#15);
  • Improved API errors handling.

v0.13

24 May 20:28
1352f85
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Implemented resumable uploads support (#13);
  • Fixed request error info stacking.

v0.12

21 May 14:51
3313b0c
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • localhost will now be used by default for local loopback auth requests to resolve auth issues on iOS;
  • Added option to change local loopback URI in the settings.

v0.11

16 May 11:36
670c25e
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • Fixed request progress tracking.

v0.10

15 May 18:32
d12c228
Compare
Choose a tag to compare

Target Unity version: 2017.4

Changes:

  • An async http listener will now be used when performing auth and .NET 4.x is available (#10).