Is that possible to download google derive files without integration with ios

☆樱花仙子☆ 提交于 2019-12-20 07:14:04

问题


Is that possible to download files from google drive without integrate it's sdk (class files) or authentication. Consider following scenario:

  1. I Used UIWebView in mysample application.
  2. I am logged in to Google Drive through UIWebView (Like logged in to google drive same as browser logged in).
  3. Now i want to download google drive documents in to mysample application document folder.

Problem:

  1. When i am trying to download file from google drive it will now downloaded (I am using nsurl connection or ASIHttpRequest for download file).
  2. I Integrate GoogleSDK (Class Library) in another sample application it will work fine and files are downloaded using file.downloadURL.

Now, My simple question is can we download files from google drive by UIWebView logged in or not? Is there any way?


回答1:


We don't support integrating with the iOS web view, and suggest you use the SDK.



来源:https://stackoverflow.com/questions/23841478/is-that-possible-to-download-google-derive-files-without-integration-with-ios

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