简体   繁体   中英

fetch data from google drive api

I want to access google drive api methods. i have access token for this. I am using c#.net. i basically want to create custom api methods for users so that they can pass access token to a method to invoke that. So i want to know if it is possible or not, and if possible then can i get an example for it.

I have searched a lot on google and found a 'Dr.Edit' sample aplication. It uses many methods for retrieving data but it uses driveservice object as a parameter in every method. this object consist of acccesstoken inside it but i did not find any way of getting data just by accesstoken.

Any help from your side would be appreciated. Thanx in advance.

请检查有关如何获取授权凭证的C#示例。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM