Android API for Google Drive?

前端 未结 3 1885
旧时难觅i
旧时难觅i 2020-11-29 06:28

It seems the currently released API is focused on Chrome store apps.

Will there be an API for Android or is it possible to use and existing API like the Google Docum

相关标签:
3条回答
  • 2020-11-29 07:08

    edit: with the deprecation of the docs list API, this is no longer the best solution

    You can use the existing Documents List API to access Drive resources, they share the same endpoints.

    0 讨论(0)
  • 2020-11-29 07:08

    Here is a guide to integrate your app with Google Drive

    0 讨论(0)
  • 2020-11-29 07:16

    Unfortunately the Documents List API is mainly documented in .NET (just the oauth is in java). For the life of me I am struggling putting together the end points in the gdata jar to upload a simple file. Tried to use the .net example as a guide put couldnt find the comparable classes in java.

    0 讨论(0)
提交回复
热议问题