Google Drive API 500 null errors when copying -
i'm getting error message (100% of time) when copying shared file, using latest version of php library. , i'm getting same response via api explorer: developers.google.com/drive/v2/reference/files/copy
google_exception: error calling post https://www.googleapis.com/drive/v2/files/#fileid#/copy: (500) { "error": { "code": 500, "message": null } }
this issue seem appear since 3am, 4th jun 2015 (from google dev console) , happening large files (~1gb). files showing "google drive can't scan file viruses." when trying download it. google decreased maximum size can scan? theres flags "acknowledgeabuse" copy method?
screenshot api console:
possible duplicate unfortunately not answered (as of now): google drive sdk 500 errors on copy
this error due bug in drive api. here's canonical issue report:
https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3862
in future please file issues there instead of posting on stack overflow.
the bug should fixed.
Comments
Post a Comment