New To Cloud Storage -- Something Went Wrong - google-cloud-storage

I just created a Google Cloud account and am attempting to load some data from my locale machine to a Storage Bucket for later use in an ML project. I'm following the quite simple instructions in the tutorial supplied to get a bucket up and running through the console and am having no issue creating a bucket, but when attempting to upload a (any) file I get the error message "Failed to upload a file. Something went wrong. Try again."
Surely this cannot be so difficult--is there something that I need to do as a new account user to prepare my account before it will let me upload files to the cloud?
Thanks in advance for any assistance.

I had the same issue. No idea why it isn't working, but I got it to work fine with the gsutil cli. :)
gsutil cp [OBJECT_LOCATION] gs://[DESTINATION_BUCKET_NAME]/
https://cloud.google.com/storage/docs/uploading-objects
Maybe try that for now until the issue (or whatever this is) is fixed??

try another browser. faced this issue when using firefox, tried with chrome and it worked.

Related

Swisscom Cloud DB Backup fails

We are using a MariaDB and a MongoDB (single instance) service in the Swisscom App Cloud.
If i try to create a backup with the backup button, it starts to create one, but fails after a few minutes.
Also, if i try to delete the failed entry, the deletion fails as well.
The interface provides no further information about the reason.
This happens for MariaDB as well as for MongoDB.
What could be a possible reason and how am I able to debug this error? Where can I get further information about the error?
screenshot of Portal:
Simon here from the App Cloud Team.
There was an issue in the backend which we fixed this morning, so your backups should now work again.
Sorry for the inconvenience.
I developed a CF CLI plugin for DB backups (MariaDB) in Cloud Foundry, called "cf-mariadb-backup-plugin", that also works in the Swisscom App Cloud. Check it out here, and give it a star. ;-)
If you use such plugin it presents the error message catch directly from the Cloud Foundry API. This might provide you, at least, better reasons on why such actions are failing.

Error 403: Project blocked; abuse detected., accessNotConfigured

I have a golang program running on my local laptop. I had a previous Google Cloud account that I used to upload images to a bucket (using gcloud local context). It worked.
I created another company branded Google Cloud account and linked our company card to it.
Ever since then I get the error in the title.
I contacted support and got this:
Hi,
Unfortunately we are not able to identify any abuse related actions taken on your project. To resolve this issue, please reach out to the Google Cloud Platform community support.
Sincerely,
Google Cloud Platform/API Trust & Safety Team
Do you guys have any ideas? Any help would be much appreciated.
The problem turned out to be that the JWT json file being used by my project for authentication was out-of-date.
I had to re-download a new JWT json file from the cloud console and put it in the root of my project folder.

Single Sign On service hangs when configuring it

I am trying to create and configure the Bluemix Single Sign On service and I am facing issues.
I create it unbound of any app, and when trying to setup it on the first dialog (provide a service name which will be part of its URL) it gets hanged. The browser is unresponsive for 1 minute or so and finally it fails with error message: "env: Client internal Error"
I am facing the same issue with Firefox 38.0.5, Chrome 43.0.2357.81m and IE 11.0.9600.17801
Any suggestion? Searching the forums I found as recommendation to clean browser cache and cookies. I already did it with no success.
EDITED: In parallel, I added as manager and developer another colleague to my Bluemix Space and it worked fine to him. So it seems it fails with my user which also is manager and developer but it exists in other spaces, etc...
Any thing I can check to narrow the issue?
Thanks!
on yesterday there have been a maintenance/upgrade activity so probably it your problem could be related to this.
Could you check again if it is working right now?

Can't get Google cloud storage working on CKAN 2.1a

I installed the CKAN from source and trying to activate the Cloud Filestore option without success.
I double-checked my Google API console and activated interoperable access keys (GOOG...) to no avail. I keep getting "Unable to Upload File" when I try to upload.
Couldn't get it to work so just switched to S3 which was more straightforward. The recent S3 price drops helped too :)

How to deploy WorkerRole project, How to get the exact error during uploading

I have to Work with WorkerRole project to deploy some services to perform the data sync with the other databses. i tried to publish but stuck, Internalization, Starting, Preparing, Recovering and finally aborted.
After getting the above stituation i build a simple workerrole project and tried to upload the result is same.
And i am not able to find out the problem with the same.
Please provide some help.
A typical problem, when deploying, is having a connection string pointing to the local emulated storage. This is the first thing I'd check if the worker role code runs locally in the emulator but fails when being published to Windows Azure.