vietluu-collab
vietluu-collab
I have the same issue. Can you please answer that @vgrem ?
@mrranck @vgrem can you please show me exactly what to put into the 'file name' in bold below? target_folder = ctx.web.get_folder_by_server_relative_url(folderurl) info = FileCreationInformation() info.content = file_content info.url=**'filename**' info.overwrite =...
@mrranck thank you very much
@mrranck I have a suggestion. Instead of uploading the file, why don't you just overwrite file_content directly to a a file on sharepoint. However, this is only theory and I...