Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Storage bucket upload byte with create or write function

Hi there,

On a Bucket storage, does anyone know which function is better for uploading an "byteArray"?
I have managed to implemented with "write(...)" and "create(...)".

Despite "create(...)" being faster (more than 3x faster), I think I might have some issues with it and that the "write(...)" is safer and more recommended for uploading data.

Does anyone know the real difference between both, or point me into the correct documentation page, where I can find that difference (have searched for it, but didn't found anything conclusive).

2 1 352