I'm trying to save a file in google cloud storage using Blobstore API in my servlet.
That worked but the problem is that the file name in GCS is not the same as the original file name was (Seems that it's just blobkey).
Can I do the same but have the original file name in GCS?