Android sample code to authorize with OAuth2, upload a doc and update it..
googledocs-upload-sample is hosted in the following web site
https://github.com/mendhak/googledocs-upload-sample
If you think the Android project googledocs-upload-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of googledocs-upload-sample.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 3 |
jar files used | google-play-services.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.USE_CREDENTIALS |
googledocs-upload-sample has the following Java source files.
com.mendhak.example.GDocsUploadActivity.java com.mendhak.example.OAuth2AuthorizationActivity.java com.mendhak.example.OAuth2Client .java com.mendhak.example.PureJavaUploadActivity.java