You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all spreadsheet process and Goth auth token are tracked by GSS.Registry module.
Put spreadsheet process tracking into a separate Elixir native Registry instance.
Scope out GSS.Auth module from a current GSS.Registry which will manage Goth auth token: headers = %{"Authorization" => "Bearer #{GSS.Auth.token}"} instead of headers = %{"Authorization" => "Bearer #{GSS.Registry.token}"}
The text was updated successfully, but these errors were encountered:
Currently all spreadsheet process and Goth auth token are tracked by GSS.Registry module.
Put spreadsheet process tracking into a separate Elixir native Registry instance.
Scope out
GSS.Auth
module from a currentGSS.Registry
which will manage Goth auth token:headers = %{"Authorization" => "Bearer #{GSS.Auth.token}"}
instead ofheaders = %{"Authorization" => "Bearer #{GSS.Registry.token}"}
The text was updated successfully, but these errors were encountered: