Code Monkey home page Code Monkey logo

Comments (8)

mkhokhlov avatar mkhokhlov commented on August 22, 2024 1

The error I'm seeing in logcat is this:
One of the API components you attempted to connect to is not available.

It seems like it comes from GoogleApiClient.handleConnectionResult, when it's being called from GoogleApiClient.doBackup: https://github.com/dsolonenko/financisto/blob/master/app/src/main/java/ru/orangesoftware/financisto/export/drive/GoogleDriveClient.java#L117.

This is just a guess, but it might be ConnectionResult.API_UNAVAILABLE, the description of which is saying this:

The API will not work on this device or for your app or for this particular account, and updating Google Play services will not likely solve the problem.

Maybe Financisto needs to be re-built and linked against a newer version of Google Play Services? There is PR #136 bumping target and compile SDK version. I'm wondering if integrating it would be enough to fix the underlying issue.

https://developers.google.com/android/reference/com/google/android/gms/common/ConnectionResult#public-static-final-int-api_unavailable

from financisto.

nmusatov avatar nmusatov commented on August 22, 2024

Got absolutely the same issue.

from financisto.

mkhokhlov avatar mkhokhlov commented on August 22, 2024

Interestingly enough, it just started to work again. Again, it's just a speculation, but it seems coincided with me updating Carrier Services to a newer version.

from financisto.

sash-kan avatar sash-kan commented on August 22, 2024

google drive backup stopped working again: "financisto requires one or more google play services that are not currently available."

from financisto.

LeonidasKapassakalis avatar LeonidasKapassakalis commented on August 22, 2024

New Phone Note 9 Pro and "one or more google play services that are not currently available" message.
Any solution available?

from financisto.

qwarkys avatar qwarkys commented on August 22, 2024

Google drive backup stopped working immediately after I upgraded to Android 11. The usual "financisto requires one or more google play services that are not currently available."

from financisto.

oleg-derevenetz avatar oleg-derevenetz commented on August 22, 2024

Looks like GoogleDriveClient.java uses Google Drive Android API that has been deprecated a long time ago, and should have been turned off completely since December 6, 2019. It should be rewritten to use Google Drive REST API instead.

from financisto.

hillwithsmallfields avatar hillwithsmallfields commented on August 22, 2024

I can't import CSV files from Google Drive either, I guess that might be the same thing. Somewhat frustrating, after hours of preparing my bank statements for import!

from financisto.

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.