former_member1156264
Member
Member since ‎12-11-2021

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have to upload files to box.com (UI) with sql code. As input I should use the Path of a file that exist, I used it but the code says 'The file does not exist'. The code: Exec UploadFile @FilePath = 'C:\Users\Xhulio\Desktop\helen.txt', @ParentId...