-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The method AppEngine.applicationId parses the App ID using a mechanism which is not correct in all scenarios.
It should either use, or copy the convention used in, the AppIdentityService.
A full appid is partition~domain:id. "s~" is a US based High Replication Datastore. Other common partitions include "e", "o", and "dev". There may be others, or even appid without a partition. Note that the lack of a partition is highly unlikely as the master-slave datastore has been deprecated for many years.
AppIdentityService.ParsedAppId parsedId = getAppIdentityService().parseFullAppId(id);
return parsedId.getId();
Metadata
Metadata
Assignees
Labels
No labels