我正在尝试在Chrome扩展程序中加入Google云端硬盘选择器。我按照本指南建立了chromes扩展名:https://developer.chrome.com/extensions/getstarted
这个构建选择器的指南: https://developers.google.com/picker/docs/
我使用.setOrigin()
将原点设置为chrome扩展程序的网址。但是,提供的目标来源仍为https://docs.google.com,我收到以下错误:
cb=gapi.loaded_0:80 Failed to execute 'postMessage' on 'DOMWindow':
The target origin provided ('https://docs.google.com') does not match the recipient window's origin ('chrome-extension://<EXTENSION ID>').
我在这里做错了什么?