I have owner access on the server. In file storage, I have storage admin access. I've tried with the two commands below to upload a file into a Cloud Storage bucket:
$gsutil -o GSUtil:parallel_composite_upload_threshold=150M cp test_091219.pgsql gs://test_file_storage
and
$gsutil cp test_091219.pgsql gs://test_file_storage
but both the times, I am getting the same error as below:
Copying file://test_091219.pgsql [Content-Type=application/octet-stream]... ResumableUploadAbortException: 403 Insufficient Permission
ResumableUploadAbortException: 403 Insufficient Permission ResumableUploadAbortException: 403 Insufficient Permission ResumableUploadAbortException: 403 Insufficient Permission ResumableUploadAbortException: 403 Insufficient Permission CommandException: Some temporary components were not uploaded successfully. Please retry this upload.
If you have any ideas on how to resolve this error, please share them with me.