I have noticed that when I upload a profile image via the api, I get a
URL like this returned:

http://s3.amazonaws.com/twitter_production/profile_images/yankee_no...
which is a broken image

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>profile_images/yankee_normal.jpg</Key>
<RequestId>3E6396CC4AA23107</RequestId>
-
<HostId>
0O9ff2opYWAhBjQ56sUZs0fGmnS/SuU5fzFm+VQUoESxwfjGybPbbJWAUimMZDLA
</HostId>
</Error>



However, using the web interface, I get a url like this:

http://s3.amazonaws.com/twitter_production/profile_images/323768124...
which is a valid image.


Why does the api not return the 323768124 piece of the url?

Reply via email to