APPIUM - Android : adb.pushFile from local pc to device storage return error message

Hi, I try to copy file to my pc to the device storage like this :slight_smile:

adb.pushFile(“C:/apks/Android/Archiver/SettingDataFile/settingsData.txt” , “/storage/”);

the error :

adb: error: failed to copy ‘C:/apks/Android/Archiver/SettingDataFile/settingsData.txt’ to ‘/storage/settingsData.txt’: couldn’t create file: Permission denied

How can i give my device Permission ?
Thanks !