A simple android app to access Google Drive without having to log in device-wide
Find a file
2025-03-15 01:23:53 +01:00
.idea Changed icon, added some OAuth preparation. 2025-03-10 00:10:28 +01:00
app Added License. 2025-03-15 01:23:53 +01:00
gradle Receiving response, still have to handle it. 2025-03-13 01:56:36 +01:00
.gitignore First commit. 2025-03-06 15:36:09 +01:00
build.gradle.kts ONLY FUNCTIONAL STUFF MISSING! 2025-03-13 03:33:12 +01:00
COPYING Added License. 2025-03-15 01:23:53 +01:00
gradle.properties First commit. 2025-03-06 15:36:09 +01:00
gradlew First commit. 2025-03-06 15:36:09 +01:00
gradlew.bat First commit. 2025-03-06 15:36:09 +01:00
LICENSE Added License. 2025-03-15 01:23:53 +01:00
README.md Added License. 2025-03-15 01:23:53 +01:00
settings.gradle.kts OAuth flow almost fully implemented (thanks to AppAuth). Persistence of AuthState is still to do. 2025-03-11 17:52:14 +01:00

DeNa Drive

This Android application aims to make it possible to access your own (or of someone who has given you explicit access to theirs) Google Drive storage.

This app is intended to be useful, not harmful. I (the author) do not approve nor take any responsibility for misusage.

If you ever need to contact me for any reason you can do so at this email address "albymine64@gmail.com".

A built apk is not available at the moment as the project hasn't reached a release state yet.