it throws exception while moving files using parallel.foreach functionality in c#
HERE My request
await dbx.Files.MoveV2Async("/rootfolder/filename", "rootfolder/movedfile/filename")
dbx is my dropbox client
can you Share code with me using .net sdk for moving files parallel manner.