Skip to content

1.6.2+ Use of Windows Appdata folder appears to breach Microsoft usage guidelines #2902

Closed
@rogerclarkmelbourne

Description

@rogerclarkmelbourne

See https://msdn.microsoft.com/en-us/library/windows/apps/hh465094.aspx

The Windows AppData folder is not intended to be used to store binaries or other large files

(From the page linked to)

"Use roaming for user preferences and customizations, links, and small data files. For example, use roaming to preserve a user's background color preference across all devices."

"Don't roam large sets of app data. There's a limit to the amount of app data an app may roam; use RoamingStorageQuota property to get this maximum. If an app hits this limit, no data can roam until the size of the app data store no longer exceeds the limit. When you design your app, consider how to put a bound on larger data so as to not exceed the limit. For example, if saving a game state requires 10KB each, the app might only allow the user store up to 10 games."

Also. The folder will sync via Microsoft's cloud syncing service for some users, which may be a bandwidth issue to some users.

Metadata

Metadata

Assignees

Labels

OS: WindowsSpecific to the Windows version of the Arduino IDEType: Bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions