Hallo,

ich brauche mal stütze, 
ich arbeite in Eclipse mit den Google API auf 
basis 
.google_apis\gdata-spreadsheet-2.1\gdata-spreadsheet-3.0\gdata-spreadsheet-3.0.jar

in allen beispielen soll ich so initieren


    SpreadsheetService service =  new 
SpreadsheetService("MySpreadsheetIntegration-v1");

    // TODO: Authorize the service object for a specific user (see other 
sections)

    // Define the URL to request.  This should never change.
    URL SPREADSHEET_FEED_URL = new URL( 
"https://spreadsheets.google.com/feeds/spreadsheets/private/full";);

    // Make a request to the API and get all spreadsheets.
    SpreadsheetFeed feed = service.getFeed
(SPREADSHEET_FEED_URL,SpreadsheetFeed.class);


nur gibt es die Methode SpreadsheetService.getFeed nicht !!
ach nicht in der herunterzuladenendn Situation

Bitte um Hilfe hänge hier voll

Lg

Olaf

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to