I am trying to edit a public spreadsheet (key = 0Av4aUydPYoNAdHV2MnRaSFhrY0NSZnNOS28yTlhRTVE) on my google_drive using Java and gdata api, but without success. I change the url from https://spreadsheets.google.com/feeds/worksheets/key/private/full to https://spreadsheets.google.com/feeds/worksheets/0Av4aUydPYoNAdHV2MnRaSFhrY0NSZnNOS28yTlhRTVE/private/full , but returns:
Exception in thread "main" com.google.gdata.util.InvalidEntryException: Bad Request
What does this mean?