Is there a way to call resumable.addFile()?
hashtaggigs opened this issue · 2 comments
hashtaggigs commented
I'm not sure I'm asking the right question, but Is there a way to call resumable.addFile()
within your package? If so, how? I'd like to programmatically upload an image blob (server side). I'll take the needed precautions to make sure safe blobs are getting uploaded, I just want to find out if it is currently possible.
hashtaggigs commented
Never mind, I figured it out... NameOfCollection.resumable.addFile(blob)
. So simple.