Hello
I am trying to build automation that will create pdf or jpg from Google Slide.
But… I don’t know how to accomplish this.
Maybe someone help with this?
Welcome to the Make community!
You might be able to use the Google Drive “Download a File” module, it has export format options.
You can also use a conversion service like CloudConvert to convert the document to PDF or images.
You can browse the list of integrations here and try them out to see which one you’d prefer: https://www.make.com/en/integrations/category/file-conversions?community=1&verified=1
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Thanks
I tried to use Cloudconvert, but without luck.
I made something liked this:
Unfortunatelly, when I am ruuning it I am having error like this:
What should I do with this?
You might have to download the file first after creating it.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
Hello
Thanks, but I don’t understand. How to download it? I should use another integration that will save slide? But, how to do it?
When I will download, for example as pdf, I dont need converter in this case.
You can use the Google Drive “Download a file” module.
There, you can select different export options including file type.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
Ok, every time I will like make.com don’t like me
I was trying to add Google Drive and i received something like this:
Any help?
How to create an OAuth app in GCP: https://www.make.com/en/help/tutorials/calling-google-apis-via-the--http-make-a-oauth-2-0-request--module ← FOLLOW THIS
Enable APIs
1. Enable the relevant APIs that you want to use
Find the relevant API here: https://console.cloud.google.com/apis/library
-
Go to each API page that you want to use, end click “Enable”
-
Usually you’ll want to enable at least Drive (includes Docs/Sheets) and Gmail.
OAuth Client
2a. Create “OAuth client ID” Credentials
Direct Link: https://console.cloud.google.com/apis/credentials
2b. Insert all the Google Redirect URIs for your app
Direct Link: https://console.cloud.google.com/apis/credentials
Google Redirect URIs
Here are some commonly-needed redirect URIs you need for your Google Cloud Console OAuth app. If you set these up, you can reuse the same GCP app for other Google apps and modules on Make.
https://www.make.com/oauth/cb/oauth2
https://www.make.com/oauth/cb/google
https://www.make.com/oauth/cb/google-custom
https://www.make.com/oauth/cb/google-restricted
https://www.make.com/oauth/cb/google-cloud-speech
https://www.integromat.com/oauth/cb/oauth2
https://www.integromat.com/oauth/cb/google
https://www.integromat.com/oauth/cb/google-custom
https://www.integromat.com/oauth/cb/google-restricted
https://www.integromat.com/oauth/cb/google-cloud-speech
Note: Once you’ve set these up, you can use/reuse the same Make connection for all the supported Google apps & modules on Make - you’ll only have to enable the APIs for your custom app.
OAuth consent screen
Direct Link: https://console.cloud.google.com/apis/credentials/consent/edit
3a. Insert Two Authorised Domains
-
Insert
make.com
andintegromat.com
-
Fill in other required fields
-
Click “Save and Continue”.
3b. Add All Scopes
-
Click “Add or Remove Scopes”
-
Select 100 “Rows per page”, for each page, check all the rows, OR
-
Manually type in the scopes you need
-
Click “Update” at the bottom
3c. Step through and go to dashboard
At the last step/page, click “BACK TO DASHBOARD” instead of “Prepare for Verification”
3d. Publish your GCP OAuth2 app
You will need to set your OAuth application to “Production”, otherwise the credentials expire very frequently.
-
To do this, go back to “OAuth consent screen”
-
Then click the “PUBLISH APP” button
Set up connection (HTTP OAuth, or respective Google App)
You can find the Client ID and Client Secret in the OAuth2 app you created in GCP, on the right-hand side of where you inserted the callback URLs in step 2:
4a. Specific Google module (Sheets, Docs, Drive, Gmail, etc.)
Insert the GCP app client ID and secret here BEFORE clicking “Sign in”
(Gmail example)
OR,
4b. HTTP OAuth 2.0 Request module
You need a “Authorize Parameters” key of redirect_uri
with the above Make OAuth2 callback URL.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew