When trying to use the Create static map step in Power Automate, I always get this error;
{
"authenticationResultCode": "ValidCredentials",
"brandLogoUri": "http://dev.virtualearth.net/Branding/logo_powered_by.png",
"copyright": "Copyright © 2020 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
"errorDetails": [
"The requested resource was not found."
],
"resourceSets": [],
"statusCode": 404,
"statusDescription": "Not Found",
"traceId": "122dab35eed44f7cb09745f7ef011f47|CH000010A6|0.0.0.1|Ref A: 3956D89950504C6BB97938BC846CB5ED Ref B: DM2EDGE0419 Ref C: 2020-03-02T22:36:19Z"
}
Other Bing Maps actions work just fine, so the connection appears to working just fine.
I want to get a static map (image) which I want to base64 encode and the include in an email.
Is this step using an older (depricated) version of the API? (as per https://docs.microsoft.com/en-us/connectors/bingmaps/#actions)
Any ideas?