Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
210 views
in Technique[技术] by (71.8m points)

java - upload image to google cloud storage with an application android

I'm trying to upload an image to google cloud storage.
I found an example like this https://github.com/pliablematter/simple-cloud-storage that explains how to do that.
I created a project bucket, etc., but when I try to create a client id I get this error:

An error has occurred. Please retry laterenter image description here

Where did this error come from?
Maybe there is another method to upload file to the google cloud storage with an android application?

EDIT____________ in the new console I can see a message telling me only owner of the project can create clients for the application web and account services. So error is caused because I connect with a account collaborator

enter image description here EDIT__________ Now I can create client id, but I don't know how I can upload file from android to bucket, I read this https://github.com/pliablematter/simple-cloud-storage but it is for java not Android, anyone has an example how can I do that ?

Any help will be appreciated

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...