I have been using the same code for a couple months and now all of the sudden it isn’t working to download a ppt i have in storage.
import asposeslidescloud
import shutil
from asposeslidescloud.apis.slides_api import S…...SlidesApi( None, "xxxx", "xxxx") temp_path = slides_api.download_file("1..."internal") shutil.copyfile(temp_path, "testting.pptx") Here is the...