Youtube with rails 3

Hi all. Iam new to rails. Iam using rails 3 for my website. In this i
need to upload videos to youtube from my rails app. In this the main
concept is, video should be uploaded even if the user is not logged in.
Please can any one guide me in this with some sample links?

On 14 November 2011 11:27, angel david [email protected] wrote:

Hi all. Iam new to rails. Iam using rails 3 for my website. In this i
need to upload videos to youtube from my rails app. In this the main
concept is, video should be uploaded even if the user is not logged in.
Please can any one guide me in this with some sample links?

How is the upload to be triggered if the user is not logged in?
Where is the video to be uploaded from?

Colin

I should save the access token or something like that so that after
signout also based on that token i can upload. But dontknow how to do it

Colin L. wrote in post #1031769:

On 14 November 2011 11:27, angel david [email protected] wrote:

Hi all. Iam new to rails. Iam using rails 3 for my website. In this i
need to upload videos to youtube from my rails app. In this the main
concept is, video should be uploaded even if the user is not logged in.
Please can any one guide me in this with some sample links?

How is the upload to be triggered if the user is not logged in?
Where is the video to be uploaded from?

Colin

Colin L. wrote in post #1031773:

On 14 November 2011 12:00, angel david [email protected] wrote:

I should save the access token or something like that so that after
signout also based on that token i can upload. But dontknow how to do it

But where is the file to be uploaded from

Colin

it will be in view

On 14 November 2011 12:00, angel david [email protected] wrote:

I should save the access token or something like that so that after
signout also based on that token i can upload. But dontknow how to do it

But where is the file to be uploaded from

Colin

On 14 November 2011 13:33, angel david [email protected] wrote:

Colin L. wrote in post #1031773:

On 14 November 2011 12:00, angel david [email protected] wrote:

I should save the access token or something like that so that after
signout also based on that token i can upload. But dontknow how to do it

But where is the file to be uploaded from

Colin

it will be in view

I mean where is the file? On the user’s PC? On the web server?

Colin

Colin L. wrote in post #1031787:

On 14 November 2011 13:33, angel david [email protected] wrote:

Colin L. wrote in post #1031773:

On 14 November 2011 12:00, angel david [email protected] wrote:

I should save the access token or something like that so that after
signout also based on that token i can upload. But dontknow how to do it

But where is the file to be uploaded from

Colin

it will be in view

I mean where is the file? On the user’s PC? On the web server?

Colin

user’s pc

On 14 November 2011 13:53, angel david [email protected] wrote:

Colin

it will be in view

I mean where is the file? On the user’s PC? On the web server?

Colin

user’s pc

So you want to upload a file from the users PC without him being there
to start it? I think not. Would you like a website to be able to
upload files from your PC without you actioning it?

Colin

On 15 November 2011 05:10, angel david [email protected] wrote:

user’s pc

So you want to upload a file from the users PC without him being there
to start it? I think not. Would you like a website to be able to
upload files from your PC without you actioning it?

Colin

No… The user will be uploading it from my rails app. But the user
should not be logged in in their youtube account.

Ah, ok, I thought you meant not logged in to the app. I don’t know
about youtube but googling for
rails upload youtube
provided many hits that seem to be addressing this issue, or have you
already looked at those and not found them helpful?

Colin

Colin L. wrote in post #1031962:

On 15 November 2011 05:10, angel david [email protected] wrote:

user’s pc

So you want to upload a file from the users PC without him being there
to start it? I think not. Would you like a website to be able to
upload files from your PC without you actioning it?

Colin

No… The user will be uploading it from my rails app. But the user
should not be logged in in their youtube account.

Ah, ok, I thought you meant not logged in to the app. I don’t know
about youtube but googling for
rails upload youtube
provided many hits that seem to be addressing this issue, or have you
already looked at those and not found them helpful?

Colin

yes. i googled. but as im new to rails i dont know how to proceed.
Please help me with this

Colin L. wrote in post #1031791:

On 14 November 2011 13:53, angel david [email protected] wrote:

Colin

it will be in view

I mean where is the file? On the user’s PC? On the web server?

Colin

user’s pc

So you want to upload a file from the users PC without him being there
to start it? I think not. Would you like a website to be able to
upload files from your PC without you actioning it?

Colin

No… The user will be uploading it from my rails app. But the user
should not be logged in in their youtube account.

On 15 November 2011 13:50, angel david [email protected] wrote:

No… The user will be uploading it from my rails app. But the user
yes. i googled. but as im new to rails i dont know how to proceed.
Please help me with this

If you are so new to rails that you cannot understand the google
results, then the first thing you should do is work right through some
tutorials in order that you will be able to understand how to use
Rails. railstutorial is good and is free to use online, there are
others. Make sure that any tutorial you use is for the version of
Rails that you have installed. Also checkout the Rails Guides if you
have not already done that.

Colin