From 5827db6626674f1fdbbdab2dfb976acf3de03f24 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Wed, 6 Sep 2023 10:01:41 -0500 Subject: [PATCH] add googledrive ref #510 --- WebTechnologies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebTechnologies.md b/WebTechnologies.md index 9dfd173..12a39c1 100644 --- a/WebTechnologies.md +++ b/WebTechnologies.md @@ -284,7 +284,8 @@ Colloquially, these activities are called Computer Vision is a pre-trained service for handling commonly-encountered tasks, while Custom Vision allows you to train your own image recognition model on a custom dataset. `r pkg("AzureVision")` provides an interface to both these services. -- *Google Cloud*: +- *Google Cloud and Google Drive*: + - `r pkg("googledrive")` interfaces with Google Drive. - `r pkg("googleComputeEngineR")` interacts with the Google Compute Engine API, and lets you create, start and stop instances in the Google Cloud. - `r pkg("googleCloudStorageR")` interfaces with Google Cloud Storage.