Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8383453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:10:03+00:00 2026-06-09T17:10:03+00:00

I managed to get an auth token from the AccountManager on Android for writely

  • 0

I managed to get an auth token from the AccountManager on Android for “writely” (Google Docs).
Now I want to get all documents from the user – but I have absolutley no idea how to do this.
There are a lot of libraries out there including the Google-Api-Java-Client but I have no clue how to use them. The picasa sample app also dosent help me… 🙁
Anyone, any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:10:04+00:00Added an answer on June 9, 2026 at 5:10 pm

    Document List API V3 is what you can use – For details of using it and what to do with OAuth token etc take a look at here

    DocService’s JavaDocs

     DocsService service = new DocsService("test-docs-service");
    service.setOAuthCredentials(oauthParameters, new OAuthHmacSha1Signer());
    
    try {
        DocumentListFeed feed = service.getFeed(new URL("https://docs.google.com/feeds/default/private/full"), DocumentListFeed.class);
        if(null != feed || feed.getEntries().size() > 0){
            System.out.println("feed size = " +feed.getEntries().size());
            for(DocumentListEntry entry : feed.getEntries())
            {
                System.out.println("filename = "+entry.getTitle().getPlainText());
            }
        }
        else{
            System.out.println("feed null OR size <=0");
        }
    } catch (ServiceException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Somehow I managed to get AuthToken from Google in android but now I can't
I managed to get some help from a previous question and I have the
I managed to get authentication to work by following the tutorial from this page
I am trying to login my Android users with their Google accounts. I managed
I try to get a access token from facebook with my (in creation) facebook
Using django, I am authenticating the user through Google. I get the initial request
I want to include two extra managers on the auth user model, active and
I am doing this through django $ python manage.py shell from django.contrib.auth.models import User
I have tried to Login Vtiger from my Android Application.I got Challenge token successfully
I managed to get the YUI calendar widget working fine. But When it displays

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.