Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
google drive fetcher not working properly

I had a file at google csv file

googleUrl = 'https://drive.google.com/file/d/0B4ra9766t2zuX0hMbmxkaFNOWlk/view?usp=sharing'  
fetch_csv(googleUrl,symbol='Predict',date_column='Date',date_format = '%Y-%m-%d')  

But the fetcher just says Exception: Error parsing remote CSV data. Any ideas?