We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Programmer to help get data to and from AirTable, Webflow CMS or Google Sheets

Home Forums Jobs and Opportunities Programmer to help get data to and from AirTable, Webflow CMS or Google Sheets

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #46057
    xeon
    Customer

    Well, 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.com

    #46064
    johngrigni
    Customer

    I’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.

    #46065
    xeon
    Customer

    Based 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.com

    Upon 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.com

    #46066
    johngrigni
    Customer

    I’ll have to take another look into that. Thanks!

    #72565
    rainman
    Customer
    #72570
    johngrigni
    Customer

    That looks interesting, but can the end-user of the verge3D site update the google sheet with data they enter in the 3D configurator?

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.