I have followed below link to upload/create a file to my bucket in Google cloud storage.
https://developers.google.com/appengine/docs/java/googlestorage/#Java_Using_Google_Cloud_Storage
When I run my application locally it is not throwing any kind of exception but it's not even uploading file to storage space or not creating any file to Google cloud storage.
But when I visit
localhost:99/_ah/admin
It's showing a row added in "GsFileInfo" Entity.
Why it is not uploading file to remote side at cloud storage space? What I need to update to do so?