components-contrib
components-contrib copied to clipboard
bindings.azure.blobstorage{ grpc: received message larger than max (13981148 vs. 4194304) }
Hello, I have this problem here. How can I solve it. thank you
What operation are you executing?
Did you try to set this flag?
Did you try to set this flag?
Hello, where does this flag need to be set. Is azure blob storage binding spec set in this file? https://docs.dapr.io/reference/components-reference/supported-bindings/blobstorage/
What operation are you executing?
Hello, I'm trying to use bindings azure. blobstorage. This error occurs when uploading files of more than 10MB
What we suspected is correct then. As @yaron2 said, you need to enable support for larger bodies.
That flag must be passed to the dapr CLI: https://docs.dapr.io/operations/configuration/increase-request-size/
@ItalyPaleAle @yaron2 By setting this flag, a large file was successfully uploaded. thank. However, received message exceeded the maximum configured message size Which flag does this need to be set through?
@ItalyPaleAle @yaron2 By setting this flag, a large file was successfully uploaded. thank. However, received message exceeded the maximum configured message size Which flag does this need to be set through?
This setting should probably be set on your app, as Dapr tries to deliver the file over HTTP/gRPC
@yaron2 Thank you for your reply. Now I am using the dapr SDK for Net. It seems that the attribute of response size is not set. Do I need to contact the dapr SDK for Net author? https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Client/DaprClientGrpc.cs#L207
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.