-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Resolve #145, #149, #150, #151, #139 | Misc #158
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* also fix a bug in email validation regex
…abbots#145 -desc | --description | --description-all - Specify description for the given file. To use the respective metadata of a file, below is the format: File name ( fullname ): %f | Size: %s | Mime Type: %m Now to actually use it: --description 'Filename: %f, Size: %s, Mime: %m' Note: For files inside folders, use --description-all flag. * add _json_escape function to common-utils
from contibuting.md Special instructions for posix scripts: - All local variables should have function name at the end. This is because posix doesn't have local variable feature. It is not mandatory but should be followed to avoid conflicts.
Akianonymus
changed the title
Resolve #145, #149, #151 | Misc
Resolve #145, #149, #150, #151 | Misc
May 10, 2021
…labbots#150 * use full command path in sync loop * add missing config path file ( CONFIG_INFO ) * create two new functions: _systemd_service_script and _systemd_service_contents * don't spawn a new shell in systemd service, use full path README.md: Update for new changes
* improve _get_files_and_commits logic
Akianonymus
changed the title
Resolve #145, #149, #150, #151 | Misc
Resolve #145, #149, #150, #151, #139 | Misc
May 10, 2021
Specify the share mode for sharing file. Share modes are: - r / reader - Read only permission. - w / writer - Read and write permission. - c / commenter - Comment only permission. Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary. In output, show which mode used for sharing file (SHARED[w]) means shared with write perms
@labbots approve. |
labbots
approved these changes
May 10, 2021
@Akianonymus great work 👍 |
@Akianonymus please create a new release after merging the changes. |
New release: https://github.com/labbots/google-drive-upload/releases/tag/v4.0 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[FEATURE] drive-utils|upload: Flag to add description to drive metadata | Resolve #145
upload.[sh|bash]: Show drive link in quiet mode too | Resolve #151
[BUGFIX] Fix --share flag when used with emails | Resolve #149
gsync: Changes for multi account support
drive-utils.sh: Fix parameter names for resuming
[BUGFIX] gsync: Refactor systemd service and script creation | Resolve #150
[BUGFIX] install.sh: Fix gsync not updating to latest when using branch
[FEATURE] Add -SM/-sm/--share-mode flag | Resolve #139