Skip to content

Releases: jneilliii/OctoPrint-GoogleDriveFiles

0.1.1

11 Jan 01:12

Choose a tag to compare

  • add bgcode support

0.1.0

04 Apr 03:44
a15f29c

Choose a tag to compare

  • convert to using web application oauth client id type due to Google dropping support for OOB oAuth flow.
  • due to above uses a redirect_uri of this plugin's github page found at https://jneilliii.github.io/OctoPrint-GoogleDriveFiles/ to display the retrieved authentication code.

⚠️ WARNING: ⚠️ Instructions have been updated to reflect the above change for retrieving your client_secrets.json file (Step 13) in the proper format.

0.1.0rc1

02 Apr 08:12
9ab9c5f

Choose a tag to compare

0.1.0rc1 Pre-release
Pre-release
  • convert to using web application oauth client id type due to Google dropping support for OOB oAuth flow.
  • due to above uses a redirect_uri of this plugin's github page found at https://jneilliii.github.io/OctoPrint-GoogleDriveFiles/ to display the retrieved authentication code.

⚠️ WARNING: ⚠️ Instructions have been updated to reflect the above change for retrieving your client_secrets.json file (Step 13) in the proper format.

0.0.3

06 Mar 16:58

Choose a tag to compare

  • bump version to try and fix update loop

0.0.2 - Subfolder Support

04 Mar 03:30

Choose a tag to compare

  • thread file sync process on file list API request
  • removes local files not in Google
  • delete sub folder if there are no more files in it
  • adds ability to set Google root folder as path
  • adds sub folder support

0.0.1

15 Jan 19:09

Choose a tag to compare

  • Initial Commit