error in getting userinfo from google drive api -


i sending request foll. url: http://www.googleapis.com/drive/v2/about?access_token=ya29.ahes6ztvrk_unxzjbuh7kadh2eiu7-goynrmtaph7ddvujpy7oezpq&scope=https://www.googleapis.com/auth/drive not reply request.i want name of user logged in , foll. link required information https://developers.google.com/drive/v2/reference/about/get using access token instead of api key , under assumption should not problem due since required authorization only

when try url {"error":{"errors":[{"domain":"global","reason":"sslrequired","message":"ssl required perform operation."}],"code":403,"message":"ssl required perform operation."}}

assuming did in fact use https, , access token valid, response. you'll need post error status , response body (both available chrome devtools) in order more assistance.


Comments