gpt4 book ai didi

javascript - Dart polymer Google Picker

转载 作者:行者123 更新时间:2023-11-28 08:46:12 25 4
gpt4 key购买 nike

我有两个使用 Google(文档)Picker API 的 Dart 项目。一种是“原始”Dart,另一种使用 Polymer 框架。

我有一个大问题,在“原始”Dart 项目上工作正常,但当我调用时 Polymer 会使 Dartium 崩溃:

var picker = new google.picker.PickerBuilder().addView(google.picker.ViewId.SPREADSHEETS).setDeveloperKey(developerKey).setCallback(pickerCallback).setOrigin(window.location.protocol + '//' + window.location.host).build();

// Add the view to the DOM
picker.setVisible(true);

实际上是 picker.setVisible(true); 导致 Dartium 崩溃。

你能想到这是为什么吗?没有抛出任何错误,它直接进入“噢,啪!”。

更新:

最新 SDK 版本 0.8.10.3_r29803 已修复此问题

最佳答案

使用最新的“package:google_oauth2_client/google_oauth2_browser.dart”;使用选择器 API。显示问题已在 Dart 版本 1 中修复

关于javascript - Dart polymer Google Picker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19776436/

25 4 0
文章推荐: ios - Alamofire 不发送当前 header (快速)
文章推荐: html - 响应式菜单不会在单列和三列之间切换
文章推荐: html - 为什么我的
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com