You need to sign in to do that
Don't have an account?
ShailendraTiwari
How to define request.setEndpoint path for file Save on google Drive?
I have problem of "no protocol: /upload/drive/v2/Export.csv?uploadType=multipart HTTP/1.1 " & I have set of Url is --request.setEndpoint('/upload/drive/v2/'+Drvfilename+'?uploadType=multipart HTTP/1.1'); my file Name is Drvfilename
httpReq.setEndpoint('https://www.googleapis.com/upload/drive/v2/files/'+id+'?uploadType=media');
All Answers
httpReq.setEndpoint('https://www.googleapis.com/upload/drive/v2/files/'+id+'?uploadType=media');
Cannot use Download URL as it keeps on changing,so Remote Site cannot be set.
Any Solution??....