I want to give a feature in my blog that every one can create post.
That created post should be in Draft(It should not publish immediately).
I couldn't figure out the solution to achieve this.
I tried this:
https://developers.google.com/blogger/docs/3.0/reference/posts/insert
I need to allow the user with out login in to my account ?
Is this possible ?
Any way that created post going to be in draft so that I can verify and publish.
I don't see any security risk here(I might miss any other case please correct me if anything wrong).
Please help if there is a way to fix this.
Related
One of the client has asked the below, in reference to an old Email template we had created for them that they want to use.
We have an important email we need to send out to do with Apple Pay
and we have to use this link - shoebox://payment_setup.
The issue we have is where the template you guys built forces Https to
be added before every link it stops this link working. Are you able to
tell me which bit of code I would remove to stop this happening for
this email please? I am not editing the template as this is a one off
email we will just edit the individual email.
Please can you let me know solution to an issue like this?
Thanks
-Anjali
I need a little bit of guidance please. I might be doing the project wrong, so I would be grateful for any ideas or recommendations. We are designing a CRM system, and we are implementing e-mail to it. I need to be able to send, receive and maintain the current e-mail records in our database.
It is a Laravel application, so we are using the Webklex/Laravel-imap library. We are also using Laravel v8.75.
We can easily fetch and download the entire library. What we are having difficult with, is we don’t know how to update it with the new e-mails. It seems the way we are doing the updates involves downloading all the data all over again.
Can anyone offer me any guidance as to how I should be looking at just downloading and sending the updates only, once it is in the database and has been already downloaded.
I can also share any code if you think it would help. I just need to know what you would like me to share.
Thank you so much for your assistance.
How do we update the hours information of a place that already exists in google's database.
I do see "Add places" api, but do not find any "update place" api.
Thanks for help!
For now the only solution seems to be deleting the place and re-adding it. But both actions will need to go through the moderation process again in order to appear in Maps (public).
If anyone else have a better solution please post
I am building an app where two different users will edit the same document online, using only plain text. For this I am using the google-api-php-client-master hosted on github.
There are some examples, but I don't understand what I need to do to achieve my goal. The official documentation is deprecated because it reffers to a library that is not online, and all the classes have different names and ways of working.
I already got my credentials, and know how to get a list of the documents hosted on my drive account. But now I need to:
Create new document
Grant access to a non-google logged in user, just accessing the link
I don't expect anybody to give me a written solution, but to know where I have to start.
Thanks a lot for reading.
Ok im trying to do almost the same thing and this is what i know so far:
Most importantly please reffer to the docomentation: https://developers.google.com/drive/v2/reference
There is a written example on how to create new file!( section files->insert)
One way to make a gdrive file public is to share it to the web via the google api. Another way is to make revision of it( section revision->update) and then publish it( by setting "published" = true in the update request).
Being aware of your requirements i gues that the publishing wont really help you achieving your goal, because it is just a revision of the document from the past and not its current state.
i wannt to build a website with user management. User should be able to loggin with different accounts, f.e. GMail, Facebook, .....
When the user is logged in he/she can upload pictures with geolocation data and some text.
All uploaded geolocations should be visualized on something like google-maps.
Unregisterd users can view the map, but can not change the data or upload anything.
To solve this requirement i decided to use JOOMLA 2.5. with the "plugin_googlemap_J25_J3x.v3.2" plugin.
Everything i know about JOOMLA is what i learned the last two days.So i am very new to it.
Currently i am stuck, because i do not know how to save the user-data (pictures with geolocation data and some text) in JOOMLA.
I asked google! For more than an hour now! Could not find anything, related to that topic!
So my concrete questions are:
I suppose it is not possible to extend the JOOMLA user data database with the user-data, or?
If this is not possible, than i need a second database which holds the user-data, or?
Does anyone knows a tutorial which solves this problem?
I found someting for wordpress "http://codecanyon.net/item/privatecontent-user-data-addon/2399731"
but i have to check if this solves my requirements.
Thanks
Try this,
First make a list of your requirement then go to JED(Joomla extension Directory). search for related extensions.
Here from your requirement ,
You need a Customized Joomla Registration form
Social Media logins
And so on, so check the details of requirement and extension available, In any way you may need some customization on the Application then you can create some plugins for Users events.
Hope it helps..