| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
I was getting the following issue:
`RuntimeError: Mailgun API error: 400 b'{\n "message": "\'from\' parameter is missing"\n}'`,
Providing custom header for `Content-Type` was the solution.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
|
Sorry, something went wrong.
|
I signed it! |
Sorry, something went wrong.
|
CLAs look good, thanks! |
Sorry, something went wrong.
|
@underscoredam this looks good, but the lines are now too long. Can you break them up so they're under 80 characters? |
Sorry, something went wrong.
|
@underscoredam no, thank you! 👍 |
Sorry, something went wrong.
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This adds support and samples for Autoclass For more info, see Internal: [go/gcs-dpe-autoclass](http://go/gcs-dpe-autoclass) Fixes #797
| Back | FazBrowse Home | New Git URL |
I was getting the following issue:
RuntimeError: Mailgun API error: 400 b'{\n "message": "\'from\' parameter is missing"\n}',
Providing custom header for Content-Type was the solution.