pdtworki-google-drive
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

pdtworki-google-drive

Integration with Google Drive

Install

npm install pdtworki-google-drive
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


storeAppData(...)

storeAppData(options: { appData: string; authToken: string; appName: string; syncState: string; }) => Promise<{ status: string; }>
Param Type
options { appData: string; authToken: string; appName: string; syncState: string; }

Returns: Promise<{ status: string; }>


fetchAppData(...)

fetchAppData(options: { authToken: string; appName: string; }) => Promise<{ appData: string; status: string; }>
Param Type
options { authToken: string; appName: string; }

Returns: Promise<{ appData: string; status: string; }>


fetchSyncData(...)

fetchSyncData(options: { authToken: string; appName: string; }) => Promise<{ syncState: string; status: string; newAccessToken: string; }>
Param Type
options { authToken: string; appName: string; }

Returns: Promise<{ syncState: string; status: string; newAccessToken: string; }>


hasAppDataOnDrive(...)

hasAppDataOnDrive(options: { authToken: string; }) => Promise<{ result: boolean; status: string; }>
Param Type
options { authToken: string; }

Returns: Promise<{ result: boolean; status: string; }>


Readme

Keywords

Package Sidebar

Install

npm i pdtworki-google-drive

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

45.4 kB

Total Files

27

Last publish

Collaborators

  • ferdelyszys