草庐IT

google-cloud-ml

全部标签

iOS 因 Google 登录而被拒绝。最新的 Google SignIn (4.0.0) 去 safari

我们的应用被苹果拒绝了Design-4.0WenoticedthattheuseristakentoSafaritosigninorregisterforanaccountwhenlogginginwithGoogle+,whichprovidesapooruserexperience.NextStepsPleasereviseyourapptoenableuserstosigninwithGoogle+intheapp.YoucandothisbyupdatingtothelatestGoogle+SDK.WerecommendimplementingtheSafariViewCon

ios - 撤销 token 后 Google SignIn 崩溃

我正在使用Google驱动器来允许服务器访问我的驱动器。我使用SignIn为传递给它的服务器获取token,以便它可以访问驱动器。我可以正常登录该应用程序,它请求相应的云端硬盘权限。问题是当我撤销我之前授予使用登录权限的应用程序访问云端硬盘时崩溃。***-[GSDK_GTMSessionFetcherServicefetcherWithRequest:]:messagesenttodeallocatedinstance0x7ff2706c8440知道是什么导致了这种情况发生。我找不到解决方案。由于pod将代码作为框架分发,因此我无法轻松使用该代码。我使用的是GoogleSignIn4.

转换为 Swift 3 后,适用于 Google Sheets API 的 iOS QuickStart 失败

适用于Google表格API的iOS快速入门:https://developers.google.com/sheets/quickstart/ios?ver=swift在Xcode8中,代码可与Swift2一起使用,但无法从GTLRSheets_ValueRange获取工作表的值。重现问题:按照说明创建项目、pod,然后复制粘贴代码。在项目BuildSettings中打开“UseLegacySwiftLanguageVersion”——设置“Yes”并在菜单“Edit/Convert”中选择“ToCurrentSwiftSyntax...”验证应用程序是否正常工作。在项目BuildSe

ios - 4 月份 google/gtm-oauth2/GTMOAuth2ViewControllerTouch 将如何运作?

我正在使用gtm-oauth2(作为https://github.com/google/google-api-objectivec-client的一部分)并且我开始收到关于2017年4月不支持登录webviews的警告。我猜他们想让我搬到https://developers.google.com/identity/sign-in/ios/,但我找不到如何将登录sdk与https://github.com/google/google-api-objectivec-client-for-rest集成的示例或https://github.com/google/google-api-objec

ios - Google 登录 - 在应用程序浏览器与移动浏览器中

我的应用程序使用谷歌登录。我得到的错误是“错误:disallwed_useragent”,代码如下。请找到错误截图。GIDSignIn*signIn=[GIDSignInsharedInstance];signIn.delegate=self;signIn.uiDelegate=self;signIn.shouldFetchBasicProfile=YES;signIn.allowsSignInWithWebView=YES;signIn.allowsSignInWithBrowser=NO;signIn.scopes=[NSArrayarrayWithObjects:kGTLAuth

ios - 如何在 Objective-C(iOS) 的 `Google Maps` View 中添加标记

我正在尝试从我的网络服务中的数据向Googlemap添加标记。现在如何显示仅在“特定半径距离”中的标记。我正在尝试,但没有关于如何在Objective-C中实现它的逻辑。 最佳答案 它对我有用。请尝试一下。GMSCameraPosition*camera=[GMSCameraPositioncameraWithLatitude:(sourceValue.latValue+destinationValue.latValue)/2longitude:(sourceValue.lngValue+destinationValue.lngVa

ios - 如何在 iOS Swift 中使用 GOOGLE MAPS 获取源和目的地之间的公交车站列表

大家好,我正在使用Googlemap,我需要显示城市中源和目的地之间的公交车站列表。我尽力了,但我无法得到结果。请帮我解决这个问题。大家好,我正在使用下面的api,但没有获取源和目的地之间的公交车站列表"https://maps.googleapis.com/maps/api/directions/json?origin=Raidurgam巴士站,旧孟买公路,MadhuraNagarColony,Gachibowli,Hyderabad,Telangana500032&destination=Mehdipatnam巴士站,MehdipatnamRoad,SantoshNagar,Meh

Spring Cloud gateway 运行报错:Please set spring.main.web-application-type=reactive or remove spring-boot

昨天在使用SpringCloudgateway运行报错:“Pleasesetspring.main.web-application-type=reactiveorremovespring-boot-starter-webdependency”。经过一番分析与解决现在和大家分享一下解决办法。首先,来了解一下这个报错的原因。该报错信息的意思是当前应用既引入了spring-cloud-starter-gateway包,又引入了spring-boot-starter-web包,这样会导致冲突。因为SpringCloudGateway本身是基于WebFlux构建的,而spring-boot-starte

ios - iOS 上的 Google OAuth 2 隐式流程,手动刷新 token

您好,我的GoogleOAuth2显式流程根据:https://developers.google.com/identity/protocols/OAuth2WebServer我还有在iOS上使用GIDSignIn的隐式流程,特别是我得到了GIDSignInDelegate::sign(_signIn:GIDSignIn!,didSignInForuser:GIDGoogleUser!,withErrorerror:Error!)回调并有权访问user.authentication.accessToken和user.authentication.refreshToken。我正在尝试将r

iOS - 重复符号 Google Core 和 Firebase 性能

我的pod有问题:pod'Firebase/Performance'pod'Firebase/AdMob'pod'Firebase/RemoteConfig'pod'Firebase/Crash'pod'Firebase/Database'pod'Firebase/Storage'pod'Firebase/Messaging'pod'Firebase/Auth'pod'Google/Core'pod'GoogleSignIn'pod'GoogleAPIClientForREST/Drive','~>1.2.1'当我尝试运行应用程序时出现此错误:clang:error:linkercom