google-drive
Here are 826 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Python
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Feb 4, 2021 - Python
gzip compression
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
-
Updated
Nov 9, 2020 - Shell
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Feb 2, 2021 - HTML
-
Updated
Jan 24, 2021 - Go
-
Updated
Jan 30, 2021 - JavaScript
-
Updated
Dec 28, 2020 - Shell
-
Updated
Feb 5, 2021 - Java
-
Updated
Oct 3, 2020 - Python
-
Updated
Jan 30, 2021 - Python
-
Updated
Jan 24, 2021 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 13, 2020 - Perl
-
Updated
Jan 28, 2021 - Shell
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Dec 6, 2020
As decided we remove the usage section from readme to keep it clean. Henceforth all documentation will be maintained in wiki "How to use ?" section
A basic wiki has been added but the contents are yet to filled in many section.
- help
- login
- view-files
- clone
- add_remote
- cat
- rm
- l
Improve this page
Add a description, image, and links to the google-drive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-drive topic, visit your repo's landing page and select "manage topics."
What is your current rclone version (output from
rclone version)?1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when
htpasswdoption is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.How do you think rclone should be changed to solve tha