我正在尝试使用Drive API和Google Java客户端库来检索我们域中的单个用户可以访问的“新版本” Google站点。
我能够检索网站,但前提是用户具有对该网站的“编辑”权限。如果我将用户设置为“仅查看已发布的网站”,则该网站将不会显示在结果中(请参见下面的代码段)。
我也很难从服务中检索发布的网站网址。任何帮助表示赞赏。
import { default as ScrollMagic } from 'scrollmagic';
import { TimelineMax as Timeline, TweenMax as Tween } from 'gsap/TweenMax';
import animationGsap from './animation.gsap.js';
import debugAddIndicators from './debug.addIndicators.js';
animationGsap(ScrollMagic, Timeline, Tween);
debugAddIndicators(ScrollMagic);