RemoteStorage.GoogleDrive

WORK IN PROGRESS, NOT RECOMMENDED FOR PRODUCTION USE

To use this backend, you need to specify the app’s client ID like so

remoteStorage.setApiKeys('googledrive', {
  clientId: 'your-client-id'
});

An client ID can be obtained by registering your app in the Google Developers Console: https://developers.google.com/drive/web/auth/web-client

Files

https://developers.google.com/drive/web/auth/web-client#create_a_client_id_and_client_secret

Close