โ03-20-2025 01:03 AM
I'm trying to create a pdf file.
with python, there's an issue of library, so can't use it.
with HTML template, I'm trying to upload file to Workato storage but there its showing file type as text file.
file showing as corrupted.
Thanks in advance
Solved! Go to Solution.
โ03-24-2025 10:37 PM
Thanks Everyone.
able to create a pdf using google docs, and google drive connector.
Solution:
create a doc template in googl edrive.
now use create using template operation.
renamed the file in google drive using google drive connector.
exported the file to pdf format using google docs custom connector.
re-uploaded the file to google drive at different folder location.
deleting the original docs file so as to delete the duplicates using custom connector.
Thanks Nitish
โ03-24-2025 10:37 PM
Thanks Everyone.
able to create a pdf using google docs, and google drive connector.
Solution:
create a doc template in googl edrive.
now use create using template operation.
renamed the file in google drive using google drive connector.
exported the file to pdf format using google docs custom connector.
re-uploaded the file to google drive at different folder location.
deleting the original docs file so as to delete the duplicates using custom connector.
Thanks Nitish
โ03-25-2025 01:40 AM
But google drive takes a lot of time to load the newly created files, I faced a problem while using Google drive which is it is not loading the new files instead it is showing only old files.
4 weeks ago
Hi @nitishjain ,If the API is available, you can use an HTTP action to create the file and upload it to file storage.