cancel
Showing results for 
Search instead for 
Did you mean: 
msa_2j212
New Contributor II
since ‎06-29-2023
‎06-29-2023

User Stats

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

User Activity

I'm trying to download a PDF file and store it in FileStore using this code in a Notebook: with open('/dbfs/FileStore/file.pdf', 'wb') as f: f.write(requests.get('https://url.com/file.pdf').content) But I'm getting this error:FileNotFoundError: [...
Kudos from