I want to download files from google drive picker. I am using google drive picker and select file. it return me these parameters
https://github.com/softmonkeyjapan/angular-google-picker
$$hashKey : "009"
description : ""
embedUrl : "https://docs.google.com/uc?id=0Bz9ps73AlkCwZkp6RzNaSWhCbEU&export=download"
iconUrl :"https://ssl.gstatic.com/docs/doclist/images/icon_12_pdf_list.png"
id : "0B32ps73232wZk3236RzNaSWhCbEU"
lastEditedUtc : 14873223312734
mimeType : "application/pdf"
name: "ABCs.pdf"
parentId : "0AD93223AlkC32O789A"
serviceId : "DoclistBlob"
sizeBytes: 13754
type: "file"
url: "https://docs.google.com/document/d/KVASPSyy4f7gRurmm8W7YqKh-Lqb_Rc/edit?usp=drive_web"
I have read, I need oAuthToken fileId but didn't get oAuthToken and fileId. Please let me know where can i get this ?