Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

[SA] cfs-google-drive #223

Open raix opened 10 years ago

raix commented 10 years ago

Storage adapter for google drive

ghost commented 10 years ago

Here is the official node.js client library and an example for uploading a file with Google Drive.

dandv commented 9 years ago

1) I work at Google now and I'm analyzing the feasibility of converting a compliance management CRUD app from CanJS to Meteor. One strong requirement is file upload to Google Drive. Any progress on this, or alternative packages?

2) I found another Node.js library, https://github.com/niftylettuce/node-google-drive. have you guys looked at that vs. the official client library?

aldeed commented 9 years ago

Writing a storage adapter is not hard, but we haven't had time to document the process yet. We tend to like to stick with the official npm packages, but whatever works best.

f3rnandomoreno commented 9 years ago

I'm interesting in this feature. Does someone start something?