如何使用驱动器Java API监视Google驱动器中特定文件夹的更改?
我正在尝试下面的代码,但是它会更改整个驱动器。
我需要为一个特定的文件夹进行更改
StartPageToken response = service.changes().getStartPageToken().execute();
System.out.println("Start token: " + response.getStartPageToken());
答案 0 :(得分:0)
使用changes/watch,其中resourceId
应该是要监视的目录的fileId-从客户端来看,这是没有用的-因为必须设置参数address
,应该是一个网址。