ericmckean / precipitate

Automatically exported from code.google.com/p/precipitate
Apache License 2.0
1 stars 0 forks source link

Cannot search within Google Docs from Spotlight in 10.8.4 #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download/install precipitate
2. synch google account
3. search for phrase that is not in title of document but in body

What is the expected output? What do you see instead?
Expected: search result
Instead: Nothing

What version of the product are you using? On what operating system?
latest version of precipitate (1.0.7) on Mac OSX 10.8.4 (all updates installed)

Please provide any additional information below.
Tried restarting/reinstalling.

Original issue reported on code.google.com by samporte...@gmail.com on 6 Jul 2013 at 7:23

GoogleCodeExporter commented 9 years ago
Capturing from the mailing list in case anyone is interested in fixing this: 
it's likely that the method used to get full text simply doesn't work any more 
(I haven't verified where it's failing), as that API is deprecated.

While there might be some short-term solution, the real fix would be to rewrite 
on the Drive API (which in turn might require migrating from ClientLogin to 
OAuth).

Original comment by stuart.morgan on 18 Dec 2013 at 3:14