I am keep getting error for my google drive. I don’t understand what is happening. so far i created new Authorization if old one is not working and setup again connection. still same issue
Hello @chintan_patel1 and Welcome to the Make Community!
This error means that there are no values for the filename and data fields in the Google Drive module. The values mapped to those fields are blank and nothing is getting passed from one of the previous steps.
Welcome to the Make community!
Does the Module Require You to Map File Data?
Did you forget to download the file using the file’s link/URL? If it’s not downloaded to the scenario, the Google Drive module can’t access the file binary data (contents).
To do this, you can use the HTTP “Get a File” module with the file URL that you need to download. Your file has to be publicly accessible on the internet (doesn’t require authentication).
For more information, see the HTTP page in the Make Help Centre, which covers the following:
- Overview of the HTTP modules
- Make a request
- Make a Basic Auth request
- Make an API key Auth request
- Make an OAuth 2.0 request
- Make a client certificate authentication request
- Get a file
- Resolve a target URL
- Retrieve Headers
- How to generate JSON Web Tokens (JWT)
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

