Git Product home page Git Product logo

Comments (6)

rbstarbuck avatar rbstarbuck commented on July 17, 2024

The Drive Android API is deprecated and will be shut down in December. We're recommending clients access Drive via the REST API. We've posted a migration guide:
https://developers.google.com/drive/android/deprecation

...as well as a sample app demonstrating the use of the REST API in an Android app:
https://github.com/gsuitedevs/android-samples/tree/master/drive/deprecation

from android-samples.

subashdbc avatar subashdbc commented on July 17, 2024

@rbstarbuck Exactly, I too found this sample, https://github.com/gsuitedevs/android-samples/tree/master/drive/deprecation but the only thing is that I don't find the jar files that are used in the classes
EX:

import com.google.android.gms.auth.api.signin.GoogleSignIn
import com.google.android.gms.auth.api.signin.GoogleSignInClient;
import com.google.android.gms.auth.api.signin.GoogleSignInOptions;

FYI: I use Eclipse as the IDE. And I installed all the Google Play Services on Android SDK, but still couldn't find the jar files.

It would be great if you help us. Thanks

from android-samples.

rbstarbuck avatar rbstarbuck commented on July 17, 2024

To access Google Play Services APIs you can add the google() repository in your root build.gradle, e.g.:
https://github.com/gsuitedevs/android-samples/blob/master/drive/deprecation/build.gradle

Then you can specify individual libraries in the dependencies of your app's build.gradle, e.g.:
https://github.com/gsuitedevs/android-samples/blob/master/drive/deprecation/app/build.gradle

from android-samples.

subashdbc avatar subashdbc commented on July 17, 2024

@rbstarbuck thanks for the response. Is it possible to achieve this with the Cordova application? Or, we need to try some other possibility to achieve google drive integration on Cordova apps?

from android-samples.

erickoledadevrel avatar erickoledadevrel commented on July 17, 2024

Unfortunately we don't have any familiarity with the Cordova platform.

from android-samples.

erickoledadevrel avatar erickoledadevrel commented on July 17, 2024

You may want to ask your question to Stack Overflow, where there are a more diverse set of developers:

https://developers.google.com/drive/api/v3/support#questions_and_advice

from android-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.