It is possible usingbiblatex, but it is mandatory to use biber as backend. You need to use
\addbibresource[location=remote]{*url*}
The file .bib in google drive must be public, or accessible by link, and it is necessary change the url from: https://drive.google.com/file/d/XXXXXXXX/edit?usp=sharing to https://docs.google.com/uc?id=XXXXXXXX&export=download.
Example:
\documentclass{article}
\usepackage[style=authoryear,backend=biber]{biblatex}
\addbibresource[location=remote]{https://docs.google.com/uc?id=0BxJDztsS-HbsZ1hTOXQ0S0w0d1U&export=download}
\begin{document}
\cite{Box1972}
\printbibliography
\end{document}
biblatexpackage in your document and changing some parts of it. – egreg Sep 16 '14 at 15:53\documentclass[10pt,a4paper]{article}
\usepackage[style=authoryear,backend=biber,natbib=true]{biblatex} \addbibresource[location=remote]{https://docs.google.com/uc?id=0Bx_9L7GzTcK2N2pndmpOVThBUjg&export=download}
\begin{document} \citep{Reference0000} \printbibliography \end{document}
But Biber gives me errors when I compile it:
Process started
Use of uninitialized value $llabel in concatenation (.) or string at
– ℂybernetician Oct 06 '14 at 14:15Use of uninitialized value in string eq at C:\Users\HUMBER~1\AppData\Local\Temp\par-68756d626572746f736869726f6d6f746f\cache-6bef6bfac2f8155f13b160f6720d3dbe6a10b684\inc\lib/Biber/SortLists.pm line 77.
– ℂybernetician Oct 06 '14 at 14:20Process exited with error(s)
– ℂybernetician Oct 06 '14 at 14:20