Pomax / node-flickrapi

A node.js (and client-library) implementation of the Flickr API with oauth API key authentication and API method proxying
177 stars 51 forks source link

Video support? #109

Open VanHoutte opened 6 years ago

VanHoutte commented 6 years ago

Hello

I'm trying to upload videos via the library. When trying to fetch the video via the ID, the Flickr API returns "{ stat: 'fail', code: 1, message: 'Photo not found' }".

I haven't found a lot of regarding the flickr api.

Any has experience with video uploads?

Kind regards VanHoutte

Pomax commented 6 years ago

I haven't built in anything for video support, so I'm not surprised (although of course, a little disappointed) that it doesn't work.

This probably requires a full code path to be written, which I currently don't really have time for myself =(