After uploading a file, when clicking the link, the xml report showed a "NoSuchKey" error.

In my google storage account the file was uploaded correctly, but when retrieving it to display as a node this error came up.

I used the module on a file field on a node as a test.

Update:

The error is there due to a fault in the link, where after the Folder name given in the admin interface of the module there are two slashes (//) given.

When removing one slash however, I get a "SignatureDoesNotMatch" xml response.

CommentFileSizeAuthor
#2 no-such-key-error-fix-2398811-1.patch1006 bytesunobot

Comments

guerno’s picture

Issue summary: View changes
unobot’s picture

StatusFileSize
new1006 bytes

The empty file_info after array_pop is the issue when generating the signed url.

d1v9d’s picture

This patch is great!! It resolved the issue. Thank you.