Pergunta

Hi I'M new to windows phone Application development i'm working on how to get access the files from google drive using rest api i got the response in the response i got all the information like .pdf,.docs,mp3,mp4 ,folders etc...and the response is coming slow from the web for that is there any solution that.I should get response only that contains images and folders so that app will fast and accuracy... Thanks in Advance.

Foi útil?

Solução

https://www.googleapis.com/drive/v2/files?q=mimeType contains 'image/jpeg'

The above link is for getting only images in this way according to mime type we can get the files rather than getting all files at a time

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top