You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing i.e. "Downloaded 'IMG_1043.JPG' [saved as '12_EwfD3iZw.jfif']" in logs.
In your code it seems 'UsedFilename' is resolving to type 'jfif' with a random name, and this is being used to name the downloaded file.
Is it possible to use 'Filename' (in this case "IMG_1043.JPG") instead?
The text was updated successfully, but these errors were encountered:
Seeing i.e. "Downloaded 'IMG_1043.JPG' [saved as '12_EwfD3iZw.jfif']" in logs.
In your code it seems 'UsedFilename' is resolving to type 'jfif' with a random name, and this is being used to name the downloaded file.
Is it possible to use 'Filename' (in this case "IMG_1043.JPG") instead?
The text was updated successfully, but these errors were encountered: