Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context for usage example? #11

Open
danielcompton opened this issue Apr 17, 2017 · 5 comments
Open

Context for usage example? #11

danielcompton opened this issue Apr 17, 2017 · 5 comments

Comments

@danielcompton
Copy link
Contributor

danielcompton commented Apr 17, 2017

I'm not a deep JS expert, especially on new JS compilation technologies. Would you be able to give me a pointer for how to use the usage example, i.e. what else I need to do to use this in a project that targets the browser, or an example project using it?

@odigity
Copy link

odigity commented Apr 20, 2017

I'm in the same boat. I just started learning GCS this week, and need a library to perform resumable uploads from the browser using signed URLs. (I was shocked to learn Google doesn't provide one.)

This library might do what I want, but I don't feel comfortable using it with no docs, 1 contributor, and no responses on issues.

Would you describe this library as actively maintained, or simply an example archived for posterity?

@danielcompton
Copy link
Contributor Author

danielcompton commented Apr 21, 2017

@odigity You can see where I got to in #12. Notably I still don't have a working method for generating resumable upload URLs yet. I was testing with signed URLs using the XML API, but they will only work if the file is small enough to fit into a single chunk. I've given up on this for now, but would be interested if you manage to figure out how to generate resumable upload URLs, especially with the Java API, but NodeJS would be suitable too.

@odigity
Copy link

odigity commented Apr 22, 2017

I'm in the exact same spot. In fact, I just opened an issue on the GCS Node lib explaining my problem:

googleapis/google-cloud-node#2248

@oliverwoodings
Copy link
Collaborator

Apologies for the very late response on this. For some reason I wasn't getting any notifications about this repository.

We are not actively developing this library at the moment since we no longer use it in our own production code.

@aqib008
Copy link

aqib008 commented Aug 15, 2023

Hey, I am using it in my project but it's not working as expected.
Lets say user select file 0f 100 mb, after 50 mb the internet connection gets lost, it raise an error of networkError but on restoring internet it doesn't resume that upload. Is it work in this way or am i missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants