redmine_google_docs_plugin icon indicating copy to clipboard operation
redmine_google_docs_plugin copied to clipboard

Auto-completion failing due to non-HTTPS access to Google Docs list

Open MMSequeira opened this issue 14 years ago • 1 comments

After tweaking around a bit, I found that auto-completion would start to work if I changed the URL in the get line of file authsubs_controller.rb (action listdocs) to use HTTPS instead of HTTP:

feed = client.get('https://docs.google.com/feeds/documents/private/full?title=' + URI.escape(params[:q])).to_xml

Am I missing something?

MMSequeira avatar Nov 07 '11 12:11 MMSequeira

I have the same problem. I tried your solution, but not solve the bug...

yquenechdu avatar Jan 10 '12 21:01 yquenechdu