drive-appdata-client

Manage files in AppData folder of Google drive

Usage no npm install needed!

<script type="module">
  import driveAppdataClient from 'https://cdn.skypack.dev/drive-appdata-client';
</script>

README

Drive AppData Client

Purpose

Wraps functionality of googleapis to provide convenient methods for simple file operations (find, list, update, delete, create, get) on AppData folder of Google Drive. AppData is a special area of Google Drive where an application can store and its own data without having access to the rest of user's Google Drive. Read more about AppData folder

This sample application demonstrates how this package can used: https://github.com/drodimin/drive-appdata-cient-app

Installation

npm -i drive-appdata-client