Home › Forums › Jobs and Opportunities › Programmer to help get data to and from AirTable, Webflow CMS or Google Sheets
- This topic has 20 replies, 3 voices, and was last updated 11 months ago by
johngrigni.
-
AuthorPosts
-
2021-10-11 at 7:52 pm #46057
xeon
CustomerWell, the plugin by itself would not provide this functionality directly. It would allow you to move the data from Verge to WordPress using its API and JSON. You would then need to have the Word Press site have a user account system so you could store that data into the user accounts profile. Then on entering from a different computer/location/session…they would log back in using their credentials and WordPress would pass back to the verge app the JSON so it could be read back in by Verge and reset its configurator.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-10-11 at 11:13 pm #46064johngrigni
CustomerI’m not sure how you would pass it back, unless there was a way name a JSON file for a specific ID, like my_username.json, and save them in a specific directory. Then when you type ‘my_username’ in the Verge app it opens that file?
Anyway, even that is beyond my very limited programming abilities.
2021-10-11 at 11:50 pm #46065xeon
CustomerBased on the documentation it seems it allows you to write and read/retrieve json files. But you might have a different meaning of “read-in”. Could you elaborate on the meaning of “read-in” vs the explanation below and I might be able to understand more clearly the issue you are having?
From the website…..
Uploading Files
This feature allows the users to persistently store content created in Verge3D applications, such as taken screenshots, uploaded textures, and saved configurations.To upload your file on the server use the following REST API method:
https://HOSTNAME/wp-json/verge3d/v1/upload_file/
Where HOSTNAME is the host name of your WordPress server, such as sandbox.soft8soft.comUpon success this method returns the following JSON file with the info on the uploaded file:
{
“id”: THE_ID_OF_THE_UPLOADED_FILE,
“link”: LINK_TO_THE_UPLOADED_FILE,
“size”: FILE_SIZE
}
Use the link provided in the request to retrieve your file or use the ID and get_file REST API method:https://HOSTNAME/wp-json/verge3d/v1/get_file/ID.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-10-12 at 12:23 am #46066johngrigni
CustomerI’ll have to take another look into that. Thanks!
2024-04-30 at 3:24 pm #72565rainman
Customer
this might help2024-04-30 at 8:41 pm #72570johngrigni
CustomerThat looks interesting, but can the end-user of the verge3D site update the google sheet with data they enter in the 3D configurator?
-
AuthorPosts
- You must be logged in to reply to this topic.