Reputation: 2166
I have tried indexing public url of a google drive document, but it seems that it does not work . Is there any way to crawl google drive documents via nutch and make their index using solr?
Upvotes: 4
Views: 2847
Reputation: 1000
Use Google Drive API to read/manage files
https://developers.google.com/drive/web/about-sdk
Drive Public URL's page won't have direct links to subdirectories, so you will get nothing if you crawl those pages.
Upvotes: 2