I installed media module and media_flickr module. I configured the API keys.
And I choose to use flickr image for my media field and use flick as destination for uploading. My configuration is all good. Permission is also fine. But nothing is working.
I can't get images in flickr. '/admin/content/media/add/media_flickr' doesn't have any images even I have images in my flickr. Another thing I tried was try to upload image and I got error (attached). No idea how to use.

CommentFileSizeAuthor
media_flickr_error.png48.91 KBsupradhan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

peteruithoven’s picture

Using the following versions of all the modules I get the module working just fine.
Media: 7.x-2.0-unstable6+70-dev
Media Flickr: 7.x-2.0-alpha3+0-dev
File entity: 7.x-2.0-unstable6+19-dev
Views: 7.x-3.5
CTools: 7.x-1.2

One thing to check is the Preview display mode. When you don't add the Flickr Preview Image here you'll get the following error after submitting a url. Also the previews in the admin/content/file grid and the library will fail.
Notice: Undefined property: stdClass::$image_dimensions in file_entity_file_update() (line 90 of /Applications/MAMP/sites/feeds/sites/all/modules/file_entity/file_entity.file.inc).

jyee’s picture

To be more specific, if you navigate to:
Structure -> File types -> Image -> manage file display
(or example.com/admin/structure/file-types/manage/image/file-display)

Check the Flickr Preview Image on the Default, Teaser & Preview sub-tabs and save.
I can understand why these aren't enabled by default, but the module is nearly useless without enabling those checkboxes.

Devin Carlson’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Issue tags: -bug, -#media, -media:Flickr
Related issues: +#2075661: Change from using square_thumbnail to media_thumbnail
jyee’s picture

How is this a duplicate? The issue you've linked has to do with a change to image styles. This issue seems to be a simple lack of documentation around the basic configuration of the module.

Perhaps I'm wrong (I haven't used Media Flickr in a very, very long time), but the two issues seem unrelated.