]> git.ekhem.eu.org Git - gdrive_knife.git/log
gdrive_knife.git
17 months agoRemove temporary file after upload and download.
Jakub Czajka [Wed, 8 Nov 2023 20:09:02 +0000 (21:09 +0100)]
Remove temporary file after upload and download.

17 months agoRename the file after moving to final destination.
Jakub Czajka [Sun, 5 Nov 2023 21:22:24 +0000 (22:22 +0100)]
Rename the file after moving to final destination.

17 months agoTurn the repository into a python project.
Jakub Czajka [Sat, 4 Nov 2023 21:00:36 +0000 (22:00 +0100)]
Turn the repository into a python project.

17 months agoReduce memory usage.
Jakub Czajka [Fri, 3 Nov 2023 00:14:13 +0000 (01:14 +0100)]
Reduce memory usage.

- Download to file instead of memory.
- Encrypt and decrypt in place using chunks.

17 months agoAdd a subprogram for deleting files from the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:13:50 +0000 (20:13 +0200)]
Add a subprogram for deleting files from the drive.

17 months agoAdd a subprogram for uploading files to the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:13:39 +0000 (20:13 +0200)]
Add a subprogram for uploading files to the drive.

17 months agoAdd a subprogram for downloading files from the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:09:39 +0000 (20:09 +0200)]
Add a subprogram for downloading files from the drive.

17 months agoAdd a subprogram for listing file on the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:06:43 +0000 (20:06 +0200)]
Add a subprogram for listing file on the drive.

17 months agoAdd a subprogram for obtaining an authentication token.
Jakub Czajka [Tue, 12 Sep 2023 18:04:33 +0000 (20:04 +0200)]
Add a subprogram for obtaining an authentication token.

17 months agoAdd program template.
Jakub Czajka [Wed, 9 Aug 2023 06:57:59 +0000 (08:57 +0200)]
Add program template.