Skip to content

Releases: GustavoASC/google-drive-vscode

Use SecretStorageApi as KeyTar has been deprecated

19 Oct 00:06
1591706
Compare
Choose a tag to compare
Merge pull request #47 from GustavoASC/use-secret-storage-api

Use secret storage API

User-friendly message when OAuth flow crashes

22 Sep 11:46
ce671c0
Compare
Choose a tag to compare
Merge pull request #40 from gustavosimon/master

Created a new friendly message

Create google.drive.authPort setting

06 Sep 11:01
Compare
Choose a tag to compare

This setting controls the port number on which a server will be started on the local machine to proceed with the OAuth2 authorization flow. Defaults to 3000.

Does not use OAuth out-of-band (oob) anymore as it is deprecated

19 Mar 16:49
a340cc4
Compare
Choose a tag to compare

Does not use OAuth out-of-band (oob) anymore as it is deprecated.

File will be replaced on Drive if the file already exists in the same folder

17 Nov 23:41
Compare
Choose a tag to compare

Updated README

30 Aug 03:40
3645846
Compare
Choose a tag to compare
v1.3.1

Update CHANGELOG.md

Now users can select different scopes in order to grant different access levels to files and folders on Drive

30 Aug 03:18
4177daa
Compare
Choose a tag to compare

Now users can select different scopes in order to grant different access levels to files and folders on Drive

Updated README with requirements for configuring credentials

29 Aug 23:27
a306588
Compare
Choose a tag to compare

Updated README with requirements for configuring credentials on Google Console.

Developed command to copy URL to clipboard

27 Feb 18:52
c4a56a7
Compare
Choose a tag to compare

This release adds a new command to the extension.

One can copy the file or folder URL to clipboard through context menu on Drive tree view.

General fixes

18 Nov 23:56
7636d0d
Compare
Choose a tag to compare

This release fixes problem where uploading files through context menu did not work on Windows machines.