This library has migrated to https://github.com/pinoyyid/ngDrive
This move is to reflect the fact that the power of this library is its focus on Google Drive, including implementing its more complex features (eg. resumable uploads) and dealing with common Drive errors.
For any users of this library who wish to migrate, simply
bower install ngDrive
- repoint your script tag to
bower_components/ndDrive/build/module.js
- replace
ngm.ngGAPI
withngm.ngDrive
in your code