El punto final de "obtención" de la API en tiempo real de Google Drive no funciona como se esperaba
Frecuentes
Visto 80 equipos
0
We are trying to use the Google Drive API to retrieve the model of a Realtime document (Referencia de API). However, if I call the "get" method to retrieve details of a Realtime File generated through the Google Drive Realtime API Playground app (with a blank "revision" field), the result is always:
{
"appId": "292824132082",
"revision": 1,
"data": null
}
even after a lot of editing on the model. If I try to specify a different revision (say, "2") the result is a 500 error:
{
"error": {
"code": 500,
"message": null
}
}
Are we doing something wrong or is there a problem with this specific API?
1 Respuestas
1
Calling "get" using the API Playground gets the realtime document associated with the API playground app, not the realtime document associated with your app.
If you update and get both with the API playground you should see contents.
Respondido el 12 de junio de 14 a las 17:06
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas google-drive-api google-drive-realtime-api or haz tu propia pregunta.