Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get "Shared with me" files in google drive via API?

I think that I should use files.list request with "q" parameter. I don't know which value of q parameter I should to set.

like image 224
Ildar Avatar asked Feb 13 '15 13:02

Ildar


1 Answers

For this you can give the value in q parameter. In this you can verify with the sharedWithMe field. Check this document for reference.

Hope that helps!

like image 152
KRR Avatar answered Oct 09 '22 00:10

KRR