Hi there everyone!
The bulk importer is not quite robust or feature rich to manage my images uploaded from my phone so I'm hoping to write a script run via cron that will upload to a album titled "Autoupload" that's marked private. I see in the API documentation that I can override the route...
I can upload an image using api upload and then use the image viewer to edit image title and description.
I would like to implement the following sequence:
API upload -> Image Edit -> Image Viewer.
I know how to do api upload but have difficulty to continue to "Image Edit" as the next page. I...