👉Fill out this template accordingly with the issue you are experiencing. Add relevant files if needed. 🚧🚦Don't @mention to grab attention. Don't edit the titles of this template. Remove this paragraph when done.
▶🚶Reproduction steps
Using API to upload an image larger than 500KB
😢Unexpected...
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...