Posts by Davy Lima • 31 points
2 posts
-
1
votes1
answer167
viewsA: Import dependency google-api-client
For my projects I use a number of libraries. Some of these may not be necessary in your project, try adding in your Radle.app: implementation 'com.google.android.gms:play-services-auth:16.0.0'…
-
2
votes0
answers113
viewsQ: Google Credentials, Photos API
I’m trying to integrate an APP with Google Photos. By following Get Started you can see the following code: // Set up the Photos Library Client that interacts with the API PhotosLibrarySettings…