I need to upload html files to google docs with Google Documents List API, but the server always response an error of "ServiceForbiddenException".
the header is:
POST /feeds/default/private/full HTTP/1.1 Host: docs.google.com GData-Version: 3.0 Authorization: OAuth 1/VbdXxNS9HXN1Q3pe8D.... Content-Type: text/html; charset=UTF-8 Slug: test.html Content-Length: 2109
....content.....
any idea?