I am trying to send a PUT request via telnet but getting the above error. I am using telnet the following way:
telnet designs.commondatastorage.googleapis.com 80
designs is my bucket name.
So I have 3 questions:
Is this the right port to connect to in telnet to make the request?
In the Authorization: OAuth 1/XXXXXXXXXXXXXXXXXXX, would that XXXXXXXXXXXXXX be the client secret given when I initially signed up along with the client ID etc?
This is the right way to make a PUT request?
PUT avatar.png HTTP/1.1 Host: designs.commondatastorage.googleapis.com Date: Mon, 13 Jun 2011 10:39:08 GMT Content-Length: 589 Content-Type=image/png x-goog-project-id:XXXXXXXXXXXXXX x-goog-api-version: 2 Authorization: OAuth 1/XXXXXXXXXXXXXXXXXX
I have tried making the put with GSUtil and it works fine, but in the case of GSUtil there is another OAuth key generated.