我如何从谷歌驱动器响应中获取fileid?

时间:2013-10-29 20:38:33

标签: javascript php response google-drive-api

我希望在上传文件到谷歌驱动器完成时从响应中获取文件ID。
如何在var中保存id?(php或javascript)

https://developers.google.com/drive/v2/reference/files/insert

enter image description here

1 个答案:

答案 0 :(得分:0)

如果你使用JQuery,你可以这样做:

var id = $.parseJSON(response).id

在与$.ajax$.get等与Ajax相关的调用的处理程序中