Mujavid Bukhari

Results 1 comments of Mujavid Bukhari

@rakeshgirase managed to get this done by editing the upload call to include mime type: ```diff + service.edits().bundles().upload( editId=edit_id, packageName=package_name, media_body=apk_file, + media_mime_type="application/octet-stream" ).execute() ```