Hi!
Im looking for a way to import StoryMaps API to FME PythonCreator/PythonCaller. I have tried to import and read the following script:
"from arcgis.gis import GIS
from arcgis.gis import Item
from arcgis.apps.storymap.story import StoryMap
from arcgis.apps.storymap import Themes
from arcgis.apps.storymap.story_content import Image, TextStyles, Video, Audio, Embed, Map, Text, Button, Gallery, Swipe, Sidecar, Timeline"
When I read this script in PythonCreator/PythonCaller I got a message "Translation FAILED". The first two worked perfectly, but not the other three. Any ideas how i can work around?
Appreciate your help!