Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

134
Vistas
Incorrect MIME type when hosting on Google Drive

I've found some answers on here of people hosting JS files on Google Drive but am running into an issue. I am attempting to grab a JS file I have hosted on Google Drive and run the script. But I am getting the error:

Read Blocking (CORB) blocked cross-origin response https://drive.google.com/uc?export=download&id=1WzzhFnPpDyfybrp-QG4xQf2WFLOTpLDL with MIME type text/html.`

This is how I am trying to call the script:

<script type="text/javascript" src="https://drive.google.com/uc?export=download&id=1WzzhFnPpDyfybrp-QG4xQf2WFLOTpLDL"></script>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

When I saw your script and URL, I'm worried that when the file is exported using your endpoint, the virus check might be affected. So, in this case, how about directly downloading your file using an API key?

When your endpoint is modified, it becomes as follows.

From

<script type="text/javascript" src="https://drive.google.com/uc?export=download&id=1WzzhFnPpDyfybrp-QG4xQf2WFLOTpLDL"></script>

To

<script type="text/javascript" src="https://www.googleapis.com/drive/v3/files/1WzzhFnPpDyfybrp-QG4xQf2WFLOTpLDL?alt=media&key=###your API key###"></script>
  • When I tested this modified endpoint, no error occurs.

Reference:

  • Using API keys
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda