I have been puzzling with this problem for 3 days now but i cant figure out any solution. Excuse me if this is no the place to ask that kind of question. But believe me i have not other alternatives.
I have an application where the user can upload the video and then via youtube api uploads them to a certain youtube channel. This app is hosted in an amazon host. Great so far!
Due to ssl reasons i have to deploy this app in a different host. So i make an exact instance of my host. But the problem is that i get this error when i try to upload via youtube api :
The remote server returned an error: (403) Forbidden.
All my deploy files are copy-paste from one host to another. The structure and configuration of the host is the exact same (as i mentioned before it is an exact instance).
I would be grateful if some of you had any ideas. Again sorry if this is the wrong place to post this question.
Thanks
UPDATE
I updated the youtube dll's with the current version and i have this message:
Invalid Credentials
The weird thing is that i get this message only in a specific youtube/google account. In every other account i try the video gets uploaded correctly.
Maybe is something wrong with the account?