0
我想從響應文件上傳到谷歌驅動器完成後的文件編號。
如何保存ID在VAR(PHP或JavaScript)如何從谷歌驅動器獲取fileid響應?
https://developers.google.com/drive/v2/reference/files/insert
我想從響應文件上傳到谷歌驅動器完成後的文件編號。
如何保存ID在VAR(PHP或JavaScript)如何從谷歌驅動器獲取fileid響應?
https://developers.google.com/drive/v2/reference/files/insert
如果您使用JQuery,你可以這樣做:在處理程序一個Ajax
var id = $.parseJSON(response).id
如$.ajax
,$.get
等
請粘貼您使用的代碼上傳fi le,那麼我們可以告訴你如何解析響應。 – pinoyyid