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
I was trying to change the redirect_uri from the Google calendar API. I can change the base url but I think it is impossible to change the relative path ouath2callback. Inspecting the code I found:
Hello!
I was trying to change the
redirect_uri
from the Google calendar API. I can change the base url but I think it is impossible to change the relative pathouath2callback
. Inspecting the code I found:google-api-ruby-client/samples/cli/lib/base_cli.rb
Line 73 in 711dfb8
And in the user authorization class:
So the callback uri is default to that value and I can not modify it using this library.
Is this the expected behaviour? Should I always use
ouath2callback
for the callback path?Thanks in advance.
The text was updated successfully, but these errors were encountered: