I'm trying to figure out how to upload images available on google drive, local pc, or onedrive to printify

i’m not sure how to go about doing this, should i build a google sheets document with the URL for each document? I’m having trouble querying google drive / onedrive under “find files”.

basically, i’ve been able to download images from midjourney, and I have the files downloaded to my onedrive / google drive / local pc. At this point, I wanted to build a query to reference these files, and then upload them to printify as products, but my query is yielding 0 results. I’m confused, and the google drive query reference documentation isn’t really helping me much

so the flow i have so far is:

google drive document with reference to what the picture is about → openai chatgpt prompt to create a random Artist name → open AI chatgpt prompt to come up with product description → **** this is where i get stuck, in the past i used DALL-E, and had the URL to reference, but honestly, the quality of the images is pale in comparison to Midjourney… so i’m trying to find a way to use google drive / or one drive.

any help would be greatly appreciated. THanks,

-Steve

When asking your question, please include:

:footprints: The steps you have taken
:camera_flash: Relevant screenshots
:link: Any links you have
[ Code { "and": "JSON", "in" : "code block"} ]
:x: Exclude Personal Information.

Hey there. Did you ever find a workaround to this or get this to work? I’m working on something similar and having trouble with the Google Drive image retrieval.

Did anyone find a solution for this? Trying to upload images direct to Printify from Google Drive gives an error “[400] Unsupported Content-Type text/html; charset=utf-8”

You can all thank me - I worked out a solution! I converted the google drive link to a direct download link and it worked!

This is an example of the standard drive URL:
https://drive.google.com/file/d/1Kks-h9AsIlrO3LirwiDLVmQUJx98i5fq/view?usp=drive_link

This is how you need to modify it:
https://drive.google.com/uc?export=download&id=1Kks-h9AsIlrO3LirwiDLVmQUJx98i5fq

Basically this url: https://drive.google.com/uc?export=download&id=

Then add the file ID

Let me know if this helps you.

2 Likes

im having the same issue with trying to get it to prinitfy from gdrive i still get an error thos * Invalid URL in parameter ‘url’.

show the URL you’re using - above defo fixes the issue if done correctly.