Skip to content

Android pushes to PlayStore failing due to MANAGE_EXTERNAL_STORAGE #2808

@AsCress

Description

@AsCress

We are currently blocked on pushes to the PlayStore because of additions of new permissions in the Android Manifest (MANAGE_EXTERNAL_STORAGE).
@Yugesh-Kumar-S I guess this was introduced by you while you created support for CSV functionality.

Logs

 Called from Fastfile at line 8
[16:28:22]: ```
[16:28:22]:      6:	
[16:28:22]:      7:	  lane :uploadToClosedTesting do
[16:28:22]:  =>  8:	    upload_to_play_store(track: "alpha",aab:"build/app/outputs/bundle/release/app-release.aab")
[16:28:22]:      9:	  end
[16:28:22]:     10:	
[16:28:22]: ```
[16:28:22]: Google Api Error: Invalid request - Your scoped storage permission declaration needs to be updated.

Let's get this sorted as soon as we can. Should be a simple code change.

Some reference:- https://stackoverflow.com/questions/70168627/your-scoped-storage-permission-declaration-needs-to-be-updated

Metadata

Metadata

Labels

BugUnexpected problem or unintended behavior in appPriority: HighStatus: BlockedCannot carry out further developmentfluttergithub_actionsPull requests that update GitHub Actions code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions