0

We are building an app where we needs to access files stored at google drive. We are able to run our app other than google tv.

Reason found so far:- Google Play Services are not available for google TV. us there any alternative to access Google Drive File at Google TV.

Thanks Dev Team

manlio
  • 18,345
  • 14
  • 76
  • 126
  • I don't get the question. Can you rearrange the words and add a questionmark somewhere? Check http://stackoverflow.com/help/asking for help on asking. It increases your chance on a good answer dramatically. – Chris Wesseling Jun 17 '13 at 17:03

1 Answers1

0

You should be able to do the OAUTH2 in a WebView and use the raw api's. https://developers.google.com/drive/

and

https://developers.google.com/drive/quickstart-java

You'll probably need to use different support libraries for TV.