This commit is contained in:
Taylor Wilsdon
2026-02-13 16:14:10 -05:00
parent dffdb7ffa7
commit 39e055a350
2 changed files with 7 additions and 4 deletions

View File

@@ -631,10 +631,7 @@ async def create_drive_file(
f"from URL before upload."
)
if (
content_type
and content_type != "application/octet-stream"
):
if content_type and content_type != "application/octet-stream":
mime_type = content_type
file_metadata["mimeType"] = mime_type
logger.info(