문제

I am developing a file manager kind of appellation. in this i have integrate Cloud like Dropbox, Box, Sky-drive and Google drive.

Now, everything is working fine but in Google Drive getting some issue like when i am creating a folder/file outside the app so folder/file displaying within app.

But when delete that folder/file outside the app its fine but still displaying within app after deleting it form outside the app. When i am logged out and logged in still folder/file is there.

If you have any suggestion for permission or integration google drive api than help me in this.

Thanks

도움이 되었습니까?

해결책

you can forgot in query trashed=false. place try this in your query

query.q = @"mimeType='application/vnd.google-apps.folder' and trashed=false";

OR

just update your query

put in your query.

trashed=false;

I think It will work.in my site working find.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top