Difference of 'Drive SDK' and 'Drive API'

前端 未结 3 1880
悲&欢浪女
悲&欢浪女 2020-12-29 06:36

As far as i understood,

  • Google Drive API used to interact Google Drive with other application and
  • Google Drive SDK used to create custom applications
3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 07:15

    The Google Drive SDK is a layer around the Google Drive API; the SDK provides language-specific libraries, examples and guides to ease the development of apps that use the API.

    Note that there are currently two versions of the API, with v2 being the current one. You will want to ensure that your chosen library supports the version you're targeting to access the correct set of features.

提交回复
热议问题