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?