Uploading files and images from OneDrive
Created Nov 22, 2022
1 min read
Potential Errors
If your template is correct and you give improper links, your upload status will be complete (with errors).
Opening the report, you will see one of two errors:
- ‘EtsyError: “File names must be between 3 and 70 characters and contain only letters, numbers, hyphens, underscores, or periods.“’
- ‘EtsyError: “Invalid image upload”’
Getting sharable links
- Select the file/image in OneDrive
- Click share
- Set the link settings to “Anyone with link can view.”
Note: Selecting “can edit” does not provide a downloadable file.
For digital files
- Change https://1drv.ms/u/ to https://api.onedrive.com/v1.0/shares/ for all of your image urls.
- Change ?e=pw3PfT to /root/content
For images
- Change https://1drv.ms/u/ to https://api.onedrive.com/v1.0/shares/ for all of your image urls.
- Change ?e=pw3PfT to /root/content
Note: For our example, the end of the shareable link is ?e=pw3PfT, yours will be different.
Example
Say this is your starting link: https://1drv.ms/u/s!At6jwhBQLy7NhxAzDT7etaao3X8V?e=pw3PfT
To make it useable with Shop Uploader you need to change it to this: https://api.onedrive.com/v1.0/shares/s!At6jwhBQLy7NhxAzDT7etaao3X8V/root/content
How to input this information into your Shop Uploader template
You will use two columns to enter this information. These columns are digital_file_# and digital_file_name_#.
Note: The # must be the same number.
For the digital_file_1 column, enter your edited OneDrive url. For the digital_file_name_1 column, enter your file’s name.
Doing this results in the correct file name on Etsy.
If you only enter the digital_file_1 information you will get random letters and no file extension. This means your customers have to enter a file extension manually to access the file.
If you need to upload more than 5 digital files, please see the How to upload more than 5 digital files to Etsy article.
If you are still having problems, contact us.