ArchiveUser
8 years agoQrew Captain
How to use AWS S3 url setup credentials?
Hello All,
I am trying to set up a simple S3 server I can pull a url (in this case it will be a Quickbase file that's been imported already), and by clicking a button will call a script stored in the Quickbase pages that will post to S3 with a tag field I defined, for simplicity's sake it's the dbid and record id# that's in a div field as its data that's pulled into the script as
var fileToUpload = $(this).attr('data');
var qbfiletag = $(this).attr('data');
Files to upload has the url exact that Quickbase is storing the file I need to import.
I know this is possible because the Juice and Zapier teams have done it, I am just having a hard time setting up the credentials to do this as a url.
I am not even 100% sure I set up the access key correctly. I did give read write access to mycompany.quickbase.com but other then that I have so much information for all the various that AWS Certified offers its hard to narrow down where I screwed up.
Thanks
I am trying to set up a simple S3 server I can pull a url (in this case it will be a Quickbase file that's been imported already), and by clicking a button will call a script stored in the Quickbase pages that will post to S3 with a tag field I defined, for simplicity's sake it's the dbid and record id# that's in a div field as its data that's pulled into the script as
var fileToUpload = $(this).attr('data');
var qbfiletag = $(this).attr('data');
Files to upload has the url exact that Quickbase is storing the file I need to import.
I know this is possible because the Juice and Zapier teams have done it, I am just having a hard time setting up the credentials to do this as a url.
I am not even 100% sure I set up the access key correctly. I did give read write access to mycompany.quickbase.com but other then that I have so much information for all the various that AWS Certified offers its hard to narrow down where I screwed up.
Thanks