All Projects → tidyverse → Googledrive

tidyverse / Googledrive

Licence: other
Google Drive R API

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Googledrive

Bhadoo Cloud
Directly Upload to Google Drive from Torrent or URLs
Stars: ✭ 136 (-36.45%)
Mutual labels:  google-drive
Desktop Google Keep Osx
A Super Simple Desktop Client for Mac OSX Built in Javascript and MacGap
Stars: ✭ 159 (-25.7%)
Mutual labels:  google-drive
Cloudcross
CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available
Stars: ✭ 185 (-13.55%)
Mutual labels:  google-drive
Magneto Python Aria
Fork of staging-4.0-mega branch of https://github.com/lzzy12/python-aria-mirror-bot
Stars: ✭ 141 (-34.11%)
Mutual labels:  google-drive
Drive Utils
Google Drive API utility functions.
Stars: ✭ 149 (-30.37%)
Mutual labels:  google-drive
Embetacloud
directly upload files to google drive
Stars: ✭ 164 (-23.36%)
Mutual labels:  google-drive
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+662.15%)
Mutual labels:  google-drive
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+1095.33%)
Mutual labels:  google-drive
G Index
Google Drive Directory Index Running on CloudFlare Workers [Search + DarkMode] [ENGLISH]
Stars: ✭ 152 (-28.97%)
Mutual labels:  google-drive
Psgsuite
Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
Stars: ✭ 184 (-14.02%)
Mutual labels:  google-drive
Gindex V4
A Vue Js Based G Index with Improved Dark Mode, Search and Video Player
Stars: ✭ 143 (-33.18%)
Mutual labels:  google-drive
Google Drive Torrent
Download torrents to your Google Drive fast and direct
Stars: ✭ 149 (-30.37%)
Mutual labels:  google-drive
Google Drive Recursive Ownership
Tool to recursively give away file and document ownership to another user.
Stars: ✭ 176 (-17.76%)
Mutual labels:  google-drive
Ytdlrc
☁️ Downloads videos and metadata with youtube-dl and moves each file on completion to an rclone remote
Stars: ✭ 140 (-34.58%)
Mutual labels:  google-drive
Gcsf
a FUSE file system based on Google Drive
Stars: ✭ 2,251 (+951.87%)
Mutual labels:  google-drive
Gdcp
scp like tool to interact with Google Drive from the command-line
Stars: ✭ 136 (-36.45%)
Mutual labels:  google-drive
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (-25.23%)
Mutual labels:  google-drive
Google Drive Index
Index Google Drive Files Easily and Free
Stars: ✭ 205 (-4.21%)
Mutual labels:  google-drive
Google Drive For Mac
A standalone macOS app for Google Docs, Sheets and Slides
Stars: ✭ 202 (-5.61%)
Mutual labels:  google-drive
Drive Quickeditors
A text editor for Android, iOS, and web illustrating how to open and save files with the Google Drive API
Stars: ✭ 182 (-14.95%)
Mutual labels:  google-drive

googledrive

CRAN status R-CMD-check Codecov test coverage

Overview

googledrive allows you to interact with files on Google Drive from R.

Installation

Install the CRAN version:

install.packages("googledrive")

Or install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("tidyverse/googledrive")

Usage

Please see the package website: https://googledrive.tidyverse.org

Here’s a teaser that uses googledrive to view some of the files you see on https://drive.google.com (up to n_max = 25, in this case):

library("googledrive")
drive_find(n_max = 25)
#> # A tibble: 16 x 3
#>    name                        id                               drive_resource  
#>  * <chr>                       <chr>                            <list>          
#>  1 chicken.csv                 1o6dQB-ZygN9Bbl_y9xUEilQNYEZbIx… <named list [38…
#>  2 upload-into-me-article-demo 1yP0o6H8l-4IUJj2LDGOoYp-vIfBb1g… <named list [32…
#>  3 Rlogo.pdf                   1cn7oVxQRgD0l_hCI4nrSSWrKeVFysU… <named list [39…
#>  4 THANKS                      1zNZpVO4MCjNUFUHOwSv3WlyUh4Dq_d… <named list [39…
#>  5 chicken-perm-article.txt    1oWpfPYR-77c-DdvoW30682F9Gde8Zp… <named list [39…
#>  6 googledrive-NEWS.md         15pfwRfXvpxekxhdERmSUnoxQY5K701… <named list [38…
#>  7 def                         1hr4EFw3r5vAMm5Jgw2SsFluBpN-oAC… <named list [32…
#>  8 abc                         11lidFPceZAcNTHasQARiwAhE0NgmSf… <named list [32…
#>  9 BioC_mirrors.csv            1vV0fPdNOyo3Ti9ofA38MuTQm27pXvY… <named list [38…
#> 10 logo.jpg                    1OFeNdd63NfoavqvDf5-xa3LORiamfK… <named list [40…
#> 11 Rlogo.svg                   11sxsw-ux-UjQjzVdxd1wjNz37hJeBr… <named list [40…
#> 12 DESCRIPTION                 1MjV4stVPhlMNz1AcrIizcL7yTcVaRu… <named list [39…
#> 13 chicken.txt                 1xmwFZ_UN-CSs3Ic2aPUw22DbxZxoen… <named list [39…
#> 14 chicken.pdf                 1eK9ozP1TZjXfAgaAGmP9GrUTovGUaO… <named list [39…
#> 15 chicken.jpg                 1JnGjIdruQXErd20xR_ecAzN3yP_fTc… <named list [40…
#> 16 chicken.csv                 1eHoOi9Ch3zk3_QBRKCJajFEIO4aeGI… <named list [38…

Contributing

If you’d like to contribute to the development of googledrive, please read these guidelines.

Please note that the googledrive project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Privacy

Privacy policy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].