Error Occurred when Merging Presentations from Dropbox Storage in Python

request = PresentationsMergeRequest()
request.presentation_paths = ["test.pptx", "BackBone.pptx"]
response = slides_api.merge("MyPresentation.pptx", request, None, "Dropbox")

Trying to get and merge pptx from my dropbox that i linked and i keep getting a path not found error.
HTTP response body: Error processing presentation test.pptx: DropBox Storage exception: path/not_found/.

This topic has been moved to the related forum: Error Occurred when Merging Presentations in Dropbox Storage - Free Support Forum - aspose.cloud