ios - Google Drive API : login programmatically -
i developing application required upload file google drive. started learning api following link. https://developers.google.com/drive/ios/quickstart
currently,i have login first time upload file. in application, every time there same account used uploading file. so, there way can bypass gtmoauth2viewcontrollertouch (login screen).
please me. thankful replay.
most google apis require oauth 2 token, , far available via user-directed sign-in flow, gtm-oauth2 provides.some older google apis support clientlogin protocol, in username , password supplied directly application, newer apis not.
remember hardcoding account authorization(especially account password) application's binary security risk , poor practice.
Comments
Post a Comment