Searched refs:MediaInMemoryUpload (Results 1 – 3 of 3) sorted by relevance
207 googleapiclient.http.MediaInMemoryUpload googleapiclient.http.MediaInMemoryUpload-class.html211 googleapiclient.http.MediaInMemoryUpload.__init__ googleapiclient.http.MediaInMemoryUpload-class.ht…
580 class MediaInMemoryUpload(MediaIoBaseUpload): class605 super(MediaInMemoryUpload, self).__init__(fd, mimetype, chunksize=chunksize,
54 from googleapiclient.http import MediaInMemoryUpload243 media = MediaInMemoryUpload(b'abcdef', mimetype='text/plain', chunksize=10,