MovingBlocks / CrashReporter

A little utility for making crash reporting easier from different projects. Automation category: Terasology Library
Apache License 2.0
7 stars 9 forks source link

feat: update to use the google drive v3 api #50

Closed BenjaminAmos closed 1 year ago

BenjaminAmos commented 1 year ago

Contains

This updates the crash reporter to user the newer v3 Google Drive API. This should hopefully be a bit more future-proof.

How to test

If you have the Google Drive API set-up with a service account, then you can try adjusting the constants in GoogleDriveConnector and running the test suite.

Notes

This depends on #49.

jdrueckert commented 1 year ago

GDrive support got removed with #51