gpt4 book ai didi

java.lang.NoSuchMethodError :com. google.gdata.client.media.MediaService.insert(MediaService.java:318)

转载 作者:行者123 更新时间:2023-12-02 07:22:26 25 4
gpt4 key购买 nike

DocsService client= new DocsService ("idea");
client.useSsl ();
client.setOAuthCredentials (oauthParameters, new OAuthHmacSha1Signer ());
DocumentListEntry newEntry= new com.google.gdata.data.docs.SpreadsheetEntry ();
newEntry.setTitle (new PlainTextConstruct ("GIdeaDB"));
DocumentListEntry insertedEntry= client.insert (new URL (
"https://docs.google.com/feeds/default/private/full/?xoauth_requestor_id="+ userEmail), newEntry);

但是我在 client.insert 中遇到了 NoSuchMethodException (新 URL ( “https://docs.google.com/feeds/default/private/full/?xoauth_requestor_id="+ userEmail), newEntry);

我该怎么做,请帮助我......

最佳答案

NoSuchMethodError 通常意味着您使用了不同版本的库来编译代码而不是运行代码。

关于java.lang.NoSuchMethodError :com. google.gdata.client.media.MediaService.insert(MediaService.java:318),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14028875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com