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

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -