Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top