elixir-samples
elixir-samples copied to clipboard
A collection of samples on using Elixir with Google Cloud Platform.
[Policy Bot](https://github.com/googleapis/repo-automation-bots/tree/main/packages/policy#policy-bot) found one or more issues with this repository. - [x] Default branch is 'main' - [x] Branch protection is enabled - [ ] Renovate bot is enabled -...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
As you all know, in the Authorization Request of OAuth 2.0, it is recommended to use the state parameter as CSRF countermeasure. https://developers.google.com/identity/protocols/OAuth2WebServer However, Identity beginners may use your sample...
I have an offline task that needs to run periodically over a long time period, and my access token expires too quickly. I need to use a refresh token pattern...
Hello, i've got a little problem. I want to upload a file via a form to my google cloud bucket. With the `file_input` function from the `Phoenix.HTML.Form` module i receive...
Hey guys, when trying to run the app `mix phx.server`, Im having ``` == Compilation error in file web/views/layout_view.ex == ** (RuntimeError) unexpected EEx.Engine state: {:safe, [{:|, [], [{:__block__, [],...
First of all, thank you for creating this project. I launched it and got some warnings. Elixir 1.7.3 ```iex warning: found quoted atom "upload_protocol" but the quotes are not required....