Requesting Android permissions

I am trying to request storage permissions for my app but it only works when I launch via USB. After I package it no longer asks the user to grant permission. I have put the required permissions in the extra permissions section and tried using the check permissions and request permissions nodes in both my game instance and start game button.

For anybody having this issue the correct permission to request is android.permission.WRITE_EXTERNAL_STORAGE.