/google_drive_client

Primary LanguageDartMIT LicenseMIT

Google Drive Client

Google Drive Client

Maintenance Status

A Handful Google Drive Client For Dart

Table of Contents

API

Future<List<GoogleDriveFileMetaData>> list();

Future<GoogleDriveFileMetaData> get(String id);

Future<GoogleDriveFileMetaData> create(GoogleDriveFileUploadMetaData metaData, File file, {Function(int, int) onUploadProgress});

Future<File> download(String id, String filename, {Function(int, int) onDownloadProgress});

Future<void> delete(String id);

Link

google_drive_client

Authors