{"id":13665928,"url":"https://github.com/tidyverse/googledrive","last_synced_at":"2025-05-13T12:52:14.776Z","repository":{"id":40005490,"uuid":"89535184","full_name":"tidyverse/googledrive","owner":"tidyverse","description":"Google Drive R API","archived":false,"fork":false,"pushed_at":"2025-05-12T13:54:44.000Z","size":37783,"stargazers_count":329,"open_issues_count":45,"forks_count":46,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-12T15:01:22.654Z","etag":null,"topics":["google-drive","r"],"latest_commit_sha":null,"homepage":"https://googledrive.tidyverse.org/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidyverse.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.Rmd","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-26T23:22:32.000Z","updated_at":"2025-04-21T19:31:47.000Z","dependencies_parsed_at":"2023-12-21T15:50:27.524Z","dependency_job_id":"a2d2717e-627a-4f53-b834-e3ac009a9c4f","html_url":"https://github.com/tidyverse/googledrive","commit_stats":{"total_commits":975,"total_committers":12,"mean_commits":81.25,"dds":0.48,"last_synced_commit":"74a69a3a1fd66e930802ce6e461538c9e15f7c86"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Fgoogledrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Fgoogledrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Fgoogledrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidyverse%2Fgoogledrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidyverse","download_url":"https://codeload.github.com/tidyverse/googledrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253947622,"owners_count":21988942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-drive","r"],"created_at":"2024-08-02T06:00:54.092Z","updated_at":"2025-05-13T12:52:14.718Z","avatar_url":"https://github.com/tidyverse.png","language":"R","funding_links":[],"categories":["R","Backend"],"sub_categories":["G Suite Integration"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\n```{r setup, include = FALSE}\nauth_success \u003c- tryCatch(\n  googledrive:::drive_auth_docs(),\n  googledrive_auth_internal_error = function(e) e\n)\n\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  error = TRUE,\n  purl = googledrive::drive_has_token(),\n  eval = googledrive::drive_has_token()\n)\n```\n\n```{r eval = !googledrive::drive_has_token(), echo = FALSE, comment = NA}\ngoogledrive:::drive_bullets(c(\n  \"Code chunks will not be evaluated, because:\",\n  strsplit(auth_success$message, split = \"\\n\")[[1]]\n))\ngoogledrive::drive_deauth()\n```\n\n# googledrive \u003ca href=\"https://googledrive.tidyverse.org\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/googledrive)](https://CRAN.R-project.org/package=googledrive)\n[![R-CMD-check](https://github.com/tidyverse/googledrive/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/googledrive/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/tidyverse/googledrive/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/googledrive?branch=main)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\ngoogledrive allows you to interact with files on Google Drive from R.\n\n## Installation\n\nInstall the CRAN version:\n\n```{r, eval = FALSE}\ninstall.packages(\"googledrive\")\n```\n\nOr install the development version from GitHub:\n\n```{r, eval = FALSE}\n# install.packages(\"pak\")\npak::pak(\"tidyverse/googledrive\")\n```\n\n## Usage\n\nPlease see the package website: \u003chttps://googledrive.tidyverse.org\u003e\n\nHere's a teaser that uses googledrive to view some of the files you see on \u003chttps://drive.google.com\u003e (up to `n_max = 25`, in this case):\n\n```{r}\nlibrary(\"googledrive\")\ndrive_find(n_max = 25)\n```\n\n## Contributing\n\nIf you'd like to contribute to the development of googledrive, please read [these guidelines](https://googledrive.tidyverse.org/CONTRIBUTING.html).\n\nPlease note that the googledrive project is released with a [Contributor Code of Conduct](https://googledrive.tidyverse.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n## Privacy\n\n[Privacy policy](https://www.tidyverse.org/google_privacy_policy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidyverse%2Fgoogledrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidyverse%2Fgoogledrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidyverse%2Fgoogledrive/lists"}