I’ve build an app that lets you take a picture and save it als a .jpg with a name based on data and a number.
I set the image as a backgroundimage of a canvas.
then save the canvas based on 2 textboxes and a .jpg plain text box
I would like to be able to save the cavas image straigt to a dropbox.
I’ve had a look arround and found a tuttorial https://puravidaapps.com/dropbox.php
but I dont want to use a list picker I want it to save the taken picture with a chosen name.
If you are asking for help, I recommend you to make it as easy for others to be able to help you ...
You probably will get more feedback then...
which means in your case post a screenshot of your relevant blocks...
To download the aia file, upload it to App Inventor, open it, do some bug hunting for you, etc... this takes time, and most people will not do that...
Thank you.
The app that I’ve made asks the user to give the following input
A projectname
Pick a date
pick a point number.
Then take a picture and save the image to a newly created folder with the projectname using the mont/day and pointnumber as the name for the .jpg
so today would be 06021000 (pointnumber being 1000)
This works and is already a great help.
But I would like to create the projectname folder and save the image on my Dropbox account.
The image below shows the current steps taken when you press save afther having taken the picture
I use the tinydb so it reminds the user input afther closing the app and reopening.
then It checks if all fields have been filled in if not if gives a notification (text is in dutch)
Else; saves the canvas, creates the folder and saves the image.
last step is the notifier telling the user the image has been saved and adds 1 to the point number to prevent identical numbers.
The image below is part of the example that I’ve found