## 該当するコード ```csharp= credential = GoogleCredential.FromStream(credentialStream).CreateScoped(Scopes); ``` ```csharp= var appendResponse = await appendRequest.ExecuteAsync(); ``` ## 解決策 link.xmlを書く ```xml= <linker> <assembly fullname="Google.Apis.Auth" preserve="all"/> <assembly fullname="Google.Apis" preserve="all"/> <assembly fullname="Google.Apis.Core" preserve="all"/> <assembly fullname="Google.Apis.Sheets.v4" preserve="all"/> </linker> ``` 内部でリフレクションを使っているみたいなので、Android(AOT)の場合だとうまく動作しなかったです。 なので、削除されないように指定します。
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up