You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// or use implementation(...) if you want it in all builds
25
13
}
26
14
```
15
+
27
16
We recommend restricting access to this UI to just debug builds, since it is powerful and users could end up deleting important files without understanding what they do.
28
17
29
18
## Usage
@@ -39,7 +28,7 @@ Note: This library makes no attempt to resolve Google API connection issues, so
39
28
To contribute to this project and test it with the sample within this repo, you will need to generate your own OAuth 2.0 Client ID following the steps [here](https://developers.google.com/drive/android/get-started)
40
29
41
30
## Note
42
-
- This library is pretty hefty, bringing in Kotlin, Coroutines, okio, and[okyo](https://github.com/Commit451/okyo), as well as the Google Drive v3 Java APIs. Make sure you are aware of this.
31
+
- This library is pretty hefty, bringing in Kotlin, Coroutines, and the Google Drive v3 Java APIs. Make sure you are aware of this.
43
32
- There is a 1,000 page limit on results, therefore only the first 1,000 files/folders will be shown within a folder.
0 commit comments