How to use Google Drive API: "Insert File" on my personal account from a java web application -
sorry bad english.
i when user access web application, webapp uploads file in google drive, insert file in google docs, user show , modify file page. downloads , web application deletes file. in next user access, webapp repeats wizard...
i have created google account, enabled drive api, create server key, browser key, oauth2 credential, client_key.json, don't understand how webapp can login account , put file on google drive...
sorry bad english
the authentication application prompted once application run user. if required, display pop user consent access account.
you can refer 2 examples see implementation. in first example, can see how integrate drive sdk java project, allowing list user's files. the second example (javascript), provides window running text editor creates txt file. file stored , saved drive.
Comments
Post a Comment