Upload Files To Google Drive Using ColdFusion

余生颓废 提交于 2019-12-04 22:22:09

I strongly recommend taking a different approach here. There are two big issues with the path you're taking:

  • It appears the code is using the deprecated client login auth mechanism and is using the username/password instead of OAuth.
  • Using the deprecated documents list API instead of the newer Drive API.

Since you can call java, I'd suggest writing the upload code in plain Java then invoking it from your CF pages as needed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!