-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Drive Backup Function Crashes #416
Comments
Possibly same issue: |
Exception java.lang.NullPointerException: uriString |
It doesn't look like any work has occurred on this that said @paolorotolo has agreed to look at it this weekend. It looks like the Google Drive code will need to be replaced as Google deprecated it. Why did it break? Because we updated to newer API level which deprecates it but older API level did not. I'd love for us to have the discussion of adding login and letting users sync their data to a server we run so this does not continue to become an issue. We can also still offer Google Drive for those who want it! |
Exception java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare()
android.widget.Toast$TN. (Toast.java:390)
android.widget.Toast. (Toast.java:114)
android.widget.Toast.makeText (Toast.java:277)
android.widget.Toast.makeText (Toast.java:267)
android.widget.Toast.makeText (Toast.java:304)
org.glucosio.android.activity.BackupActivity.n ()
org.glucosio.android.activity.BackupActivity.b ()
org.glucosio.android.activity.BackupActivity$7$1.run ()
Possibly Google has deprecated the way @paolorotolo originally implemented Google Drive Backup:
https://developers.google.com/android/reference/com/google/android/gms/drive/DriveApi
The text was updated successfully, but these errors were encountered: