Closed (works as designed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2015 at 11:59 UTC
Updated:
13 Aug 2015 at 14:23 UTC
Jump to comment: Most recent
Comments
Comment #1
dave reidThe file has to be writeable in order to replace it. What kind of video file are you talking about? A YouTube or other remote video? If so, no those files cannot be replaced, because you cannot just upload a new version from within Drupal.
Comment #2
jlafu commentedHi @Dave Reid,
Yes, I'm trying to replace a Vimeo file. We have added some extra fields to the Video type to store video information, and we then use it along our website. Our client sometimes need to change the referenced Vimeo video in a File entity, and we'd like to just replace the video URL so we don't have to create the new File entity, enter the extra field values again and then manually replace the video where it is used.
Is there a possibility to enable that?
Thank you very much!
Comment #3
dave reidSorry, at this time it's not possible to swap out remote video files. The replace file functionality is only for uploaded files that can be re-uploaded locally. Maybe #1841622: Abillity to merge (possibly) duplicated files could provide a possible solution.