0

I'm trying to use the new Data Transfer API for Google Apps Domain and I would like to transfer some specific Google Drive files from one user to another. It seems we can use this API to transfer a "full service" (eg: all files from Google Drive) and not only some specific files.

Is my understanding of this API is correct or is it possible to limit the transfer to specific resources?

Thank you.

Loïc B.
  • 93
  • 3
  • 11
  • You can use Data transfer API for transferring all application data. But if you want to transfer specific files then you can use Drive API. check this link https://developers.google.com/drive/web/about-sdk – SGC Oct 01 '15 at 20:26

1 Answers1

0

You're correct. The API enables you to transfer ownership of application data (currently Drive documents and Google+ pages) in bulk. It essentially allows you to automate the manual ownership transfer task documented here. You might want to read this blog here which has some useful background information.

The only way to achieve what you want is to use the Drive API (not to be confused with the Drive SDK).

Duoc Tran
  • 834
  • 14
  • 18