Releases: GustavoASC/google-drive-vscode
Releases · GustavoASC/google-drive-vscode
Use SecretStorageApi as KeyTar has been deprecated
Merge pull request #47 from GustavoASC/use-secret-storage-api Use secret storage API
User-friendly message when OAuth flow crashes
Merge pull request #40 from gustavosimon/master Created a new friendly message
Create google.drive.authPort setting
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
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
v1.3.2 Updated changelog and version
Updated README
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
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
Updated README with requirements for configuring credentials on Google Console.
Developed command to copy URL to clipboard
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
This release fixes problem where uploading files through context menu did not work on Windows machines.