Category: google

  • How to use Google Drive APIs in swift apps in 2024?

    Prerequisite: You need to configure OAuth credential and also edit “info.plist” to integrate “GoogleSignIn” package into your swift project. https://console.cloud.google.com/apis/dashboard Pod.file packages: GoogleAPIClientForRest(>3.5) GoogleAPIClientForRest/Drive GoogleSignIn(7.1.0-fac-eap-1.0.0) AppDelegate.swift   GoogleSiginInController.swift GoogleDriveController.swift References: https://medium.com/@kgleong/how-to-add-native-ios-google-sign-in-8ef66c09006e