This article discusses adding a new cloud provider into your setup.
A typical scenario is moving from Google to Dropbox. However, this article will cover this in a generalized manner, since the concepts are universal. Maybe you're transitioning from Google to Dropbox. Maybe you're adding Box but keeping Dropbox. Conceptually that part doesn't matter. You need to do basically the same things either way.
Throughout, I will refer to "Cloud A" and "Cloud B", where "A" is your current provider and "B" is the new one.
In the basic case, you need to:
create remote[s] for Cloud B
[this might be just one, or base + encrypted, or base + encrypted + chunker, depending on what you want to do.]
create mount service for that last remote in the chain.
[this mounts it in the file system]
add that mount point to the mergerfs
[this makes the files appear in /mnt/unionfs where the apps are looking]
point cloudplow at remote you created in step 1 above instead of the original.
Cloudplow uplaods diretly to rcone remotes; it does nothing with the mounts you set up above.
copy all or some of your data from Cloud A to Cloud B.
YOu can do this all at once, or over time at your leisure, provided of course you keep Cloud A active.
to something that will tell Cloudplow to cool it on uploading to Cloud B, whatever those triggers might be [assuming that's needed].
If you have multiple remotes defined or some other more complicated setup, you'll need to look into the cloudplow docs, but basically you will be replacing whatever remote or remotes you currntly have targeting Cloud A with one or more targeting Cloud B.