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:

  1. Is this the right port to connect to in telnet to make the request?

  2. 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?

  3. 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.

link|improve this question

60% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.