I have a YouTube class which uploads a video on YouTube using a OAuth authentication. When I tested it on my local workspace, it worked fine but opened a browser asking if the access to my YouTube channel is permitted.
Now, my class should work on a server. There is no browser which can open and that's the problem. Everything works up to this point.
Does anybody have an idea how I could redirekt/avoid or do anything else with this browser window?
Thanks a lot for your help! Best wishes.