android - Need Google Drive APIs Client Library code running samples -


we need full access of users google drive, it's providing limited access. unable find google apis client library samples. attached linked provide following information samples.

from documentation

the google drive android api supports drive.file , drive.appfolder authorization scopes. if application requires additional permissions or features not yet available in drive android api, must use google apis java client.

where can find google apis java client documentation , samples?

the gdaa api you're referring api build on top of rest api , supports file scope.

the rest api supports drive scope allows access folders/files.

i can offer simple demo of basic crud functionality rest api here (and parallel version of gdaa api here).

good luck.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -