• Resolved David Morales

    (@welovegpl)


    I would like to know if I can upload my files to Google drive and manage them from this plugin, i.e. store externally but manage from the plugin, thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi,

    You could use one of the existing actions or filters in the plugin, or you could add this more convenient one to your copy of the existing version (it’ll be in the next release, so it can be considered part of the plugin henceforth) in the deliver_zip() method in the file classes/updraftmanager-plugin.php, immediately before the first call to header(), and then hook it in your custom code to redirect and handle the downloads however you please:

    // Allow over-ride of delivery mechanism (e.g. redirect to some third-party storage)
    		if (apply_filters('updraftmanager_plugin_deliverzip_delivered', false, $this, $cache_file, $versionsuffix)) return true;

    David

    Plugin Author David Anderson

    (@davidanderson)

    Actually, I’ve released a new version of the plugin anyway, since it had been a year and there were a fix changes that had accumulated.

    Thread Starter David Morales

    (@welovegpl)

    Wow, I can’t believe I got an answer so quickly, thank you so much I will check it out, very grateful, blessings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can Add external zip file?’ is closed to new replies.