I just want to know if there are any version changes published for gmail-api then how do i come to know and if there any should i have to change the api also in my code or not?
I think what you are looking for is the release notes page.
This page contains the public changes that have been made to the api. Everything else is internal and we are not informed about it.
Related
I have a question. How do you handle versioning and breaking changes (Especially database changes) in your Laravel applications? Ill try to explain a little why this is an issue for me.
Right now the only real versioning we did in our Laravel application was in the API's. We just used a new version prefix for the api calls and linked them to the correct controller based on the version. (e.g. prefix => v1, controller route => 'Api\V1\FooBarController'. If we had a new version we just made a copy from the old controller and modified it to our liking.
Now our issue. For our next version (v3) we have ALOT of database changes and decided to just make a separate database with a new connection and migrate any needed information over from our old database to the new one. This way we are able to keep everything working for our older API version (v2). But because we have alot of changes in the database we need to change alot in the models too.
Should i also separate my models in different folders with a version prefix? Or im i doing this totally wrong in general? Im a bit lost and would like to hear how you guys handle this.
Thank you in advance.
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 have to upgrade an old website in ez publish 4.2. There is a class which use a layout attribut (ez flow layout and manual blocks). In front office, the result is perfect, but in backend, i can't change the content.
In bakcend, it's possible to choose differents layout but there is nothing to change blocks content.
When i look for on google, on official documentation, i see how to change the content, but in my case, the display is different, there is nothing...
Someone can help me ? I think it's config file problem but i don't find it.
Thks a lot
It looks like you are having problem with Override.ini (or block.ini in case of ezflow).
in eZPublish every view should first be enabled and entered in Override.ini so that ezpublish knows that this is going to override which template.
Has any one used and updated jquery.tweet.js for liferay 6.1
after following important note from seaofclouds.com,
Important note about Twitter's API changes
Twitter has discontinued its unauthenticated v1.0 API,
so this widget has stopped working as of 2013-06-11.
Twitter wants your only option for on-page widgets to be
their own Embedded Timelines, but there are workarounds
which involve installing server-side code to support this widget.
Please see this discussion for more details.
If yes, let me know steps to do ?
I am also trying, If done i ll update
Till then waiting for reply, might be save my time.
Thanks
Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
https://github.com/StanScates/Tweet.js-Mod
I noticed some new settings in the Google Group Settings API...were these announced? Where should we look for such announcements?
I assume you're referring to spam moderation and include in GAL? No, they weren't announced to my knowledge. Google's getting better at announcing changes but they still slip in updates like this from time to time with no way of knowing till you happen to find it buried in ref. docs.
I suggest tracking the doc pages where possible. I use ChangeDetection.com to get email notifications when reference docs get updated.
This particular change wasn't announced anywhere except for the updated reference docs. Often changes are posted to the Developer's Blog at http://googledevelopers.blogspot.com/, just not for this.