Recent content by nicki

  1. nicki

    Upload Product images from Dropbox to WooCommerce

    Hello, I tried twice now. The first time I got an error that said the "shared_link_already_exists" so, I tried uploading a new folder to Dropbox. The second time it ran without errors. But, there was still only one image added to the product when there were three images in the folder. For me to...
  2. nicki

    Upload Product images from Dropbox to WooCommerce

    I added the WooCommerce action step to update the product but there was an error. { "code": "woocommerce_product_image_upload_error", "message": "Invalid image: Sorry, you are not allowed to upload this file type.", "data > status": "400" } What did I do wrong?
  3. nicki

    Upload Product images from Dropbox to WooCommerce

    Ok, I have the connection to the Google Sheet added now.
  4. nicki

    Upload Product images from Dropbox to WooCommerce

    Somehow the folder got renamed. The folder that should be checked for any new folders uploaded is /IGC Test. Inside that folder the newest folder uploaded is /IGC Test/270756 and there are three images in that folder. 270756 is the product ID where the images should be loaded. Thanks!
  5. nicki

    Upload Product images from Dropbox to WooCommerce

    Ok, we're getting closer. The Workflow just ran automatically. I had one new folder in Dropbox. Folder named 270756 has three images in it (270756_1.jpg, 270756_2.jpg, 270756_3.jpg). All three images are in the WordPress Media Library but only the last image was added to the product. It must be...
  6. nicki

    Upload Product images from Dropbox to WooCommerce

    Hello, Thank you for the reply! It seems like that should be easy enough but I am still having trouble getting it to work. Right now I am using the trigger for when a new folder is uploaded to Dropbox (we will probably use a scheduler eventually if we can get this to work). I used the Dropbox...
  7. nicki

    Upload Product images from Dropbox to WooCommerce

    Hello, I can't figure out how to set up a workflow to upload multiple images from Dropbox and update a WooCommerce product. I can get the Share link for a new file from dropbox if I select the New File Trigger. And, I have figured out how to update a product with that single image. But, if I try...
Top