google-drive
Here are 677 public repositories matching this topic...
Documentation
I'm probably missing something obvious, but neither the website nor this repo has any documentation.
Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?
Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?
Duplicati bridge
Is your feature request related to a problem? Please describe.
UDS is very practical in order to save individual files or relatively small folders. However, I would love to backup way larger directories(why not a whole drive).
Moreover, there is no encryption nor update of the uploaded files, so when a file is changed you have to upload it again.
Describe the solution you'd like
Sinc
Typo in readme file
Hey there,
just wanted to point out that on macOS opam install google-drive-ocamlfuse fails with:
∗ installed conf-gmp.1
[ERROR] The compilation of conf-gmp-powm-sec failed at "sh -exc cc -c $CFLAGS -I/usr/local/include test.c".
A workaround for this is to install gmp first like this:
env CFLAGS="-I/opt/local/include/" opam install conf-gmp-powm-sec.1
You
It would be nice if either he official docker-compose file or the documentation itself would include volumes for config persistency. The old structure mentioned #113 has changed some time ago.
Example:
volumes:
- /local/path/filestash/config/:/app/data/state/config/
- /local/path/filestash/db/:/app/data/state/db/
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
There are a couple issues open right now that suggest a general restructuring of GAM code, which I agree would be good. However, one simple fix that would help both with code structure and readability of contributed code is a style guide that could be enforced during PR review.
The main file is over 13k lines, at this point, and lacks a consistent style and structure throughout, making it diff
-
Updated
May 23, 2020 - JavaScript
-
Updated
Jun 17, 2020 - Shell
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jun 17, 2020 - Java
-
Updated
Apr 27, 2020 - HTML
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 13, 2020 - Shell
Either refuse to do this or disambiguate the sheet title with a suffix. Who wants >1 sheets with exact same title?
Firstly, great that file customization has made it into the master! Good job.
I had a branch working for this back in 2017, but did not push to get the code into the main repository (see adamcandy/elodie/tree/arbitrary_filename_timestamp). It even made the full filename lower case like the code now in the main master -- Great all this fun
-
Updated
Oct 21, 2019 - Python
When using run python3 gen_sa_accounts.py --quick-setup -1 it tries to create SA on deleted projects too. It should only try to make SA on active projects.
gen_sa_accounts.py --list-projects also returns all projects including deleted projects.
-
Updated
May 20, 2020 - Python
./gdown.pl https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit quameserver.xlsx
--2019-04-22 16:34:41-- https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit
Resolving docs.google.com (docs.google.com)... 172.217.24.46, 2404:6800:4005:810::200e
Connecting to docs.google.com (docs.google.com)|172.217.24.46|:443... connected.
HTTP request sent, a
-
Updated
Jun 14, 2020 - JavaScript
Expected Behavior
Double-click always selects a song
Actual Behavior
Only the very first double-click on song performs as expected, the consequent double clicks change nothing
Steps to Reproduce the Problem
- Double-click on a song, wait for it being selected
- Double click on another song and see that nothing changes
Specifications
- Browser:
Google Chrome Version 7
When I rename a file in Windows Explorer, a second file seems to be created with the new name. After refreshing, 2 identical files are displayed.
When I look online at the OneDrive location (mobile app or webpage), there's only 1 file.
I'm unable to remove 1 instance of the doubly displayed files.
![Identical files displayed in online (Onedrive) folder 02](https://user-images.githubusercont
-
Updated
Jun 6, 2020 - Python
Adding JSDoc support
Google sheets allows JSDoc comments to make descriptions for custom functions:
https://stackoverflow.com/questions/15015373/how-to-add-custom-function-help-to-a-google-spreadsheet-not-the-script-edit
However scripts compiled with the starter don't show up as help text.
The bundling process does not remove the comments as I can see them in the google apps script editor. I suspect it's just n
-
Updated
Jun 16, 2020 - Shell
-
Updated
May 14, 2020 - JavaScript
currently, the only option to install and manage the dependencies is by using the setup.py. It'll be easier to manage the dependencies by having a requirements.txt or Pipfile
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."
rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?